Click or drag to resize

SparseVectorDataTEquality Operator

Tests for equality of two sparse vector datas. The datas are equal if they have the same nonzero elements.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static bool operator ==(
	SparseVectorData<T> a,
	SparseVectorData<T> b
)

Parameters

a  SparseVectorDataT
The left-hand data.
b  SparseVectorDataT
The right-hand data.

Return Value

Boolean
true if a and b have the same nonzero elements; false otherwise.
See Also