Click or drag to resize

FloatHermCsrSparseMatrixEquals(FloatHermCsrSparseMatrix) Method

Equals function for FloatHermCsrSparseMatrix matrices.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Equals(
	FloatHermCsrSparseMatrix other
)

Parameters

other  FloatHermCsrSparseMatrix
Object to compare.

Return Value

Boolean
true if other contains the same nonzero data as self.
Remarks
Implemented as part of the IEquitable interface.
See Also