Click or drag to resize

GenericVectorTEquals Method

Check if FloatVector variable is the same as another object

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
obj to compare present FloatVector to.

Return Value

Boolean
Returns 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