Click or drag to resize

CompressedSparseRowTEquals(Object) Method

Equality function for compressed row data.

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 the obj is of the correct type and contains the same nonzero elements as self; otherwise false.
See Also