Click or drag to resize

FloatSparseVectorEquals(Object) Method

Equality of sparse vectors. Sparse vectors objects are equal if they have the same nonzero elements.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
Object to compare.

Return Value

Boolean
true if self and obj have the same nonzero elements; false otherwise.
See Also