Determines whether the specified object is equal to the current vector.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override bool Equals(
Object? obj
)
Parameters
- obj Object
- The object to compare with the current vector.
Return Value
Booleantrue if the specified object is equal to the current vector; otherwise,
false.
See Also