GenericVectorTEquals Method |
Check if FloatVector variable is the same as another object
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override bool Equals(
Object? obj
)
Parameters
- obj Object
- obj to compare present FloatVector to.
Return Value
BooleanReturns true if the variable is the same as the
FloatVector variable
Remarks The obj parameter is converted into a FloatVector variable before comparing with the current DoubleVector.
See Also