Click or drag to resize

FloatSymCsrSparseMatrixEquals(Object) Method

Equals function for FloatSymCsrSparseMatrix matrices.

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

Parameters

obj  Object
Object to compare.

Return Value

Boolean
true if obj is a FloatSymCsrSparseMatrix instance and contains the same data as self.
See Also