Click or drag to resize

SparseVectorDataTEquals(SparseVectorDataT) Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Equals(
	SparseVectorData<T> other
)

Parameters

other  SparseVectorDataT
Sparse data to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also