Click or drag to resize

CompressedSparseRowTEquality Operator

Equality operator for compressed row data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static bool operator ==(
	CompressedSparseRow<T> lhs,
	CompressedSparseRow<T> rhs
)

Parameters

lhs  CompressedSparseRowT
A compressed row data instance.
rhs  CompressedSparseRowT
A compressed row data instance.

Return Value

Boolean
true if both arguments represent the same nonzero elements; otherwise false.
See Also