Click or drag to resize

SparseMatrixDataStorage, TypeEquals Method

Equality function for general sparse matrices.

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

Parameters

obj  Object
The object to compare.

Return Value

Boolean
true if obj contains the same sparse data as self; otherwise false.
See Also