Equals function for DoubleHermCsrSparseMatrix matrices.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool Equals(
	DoubleHermCsrSparseMatrix other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As DoubleHermCsrSparseMatrix _
) As Boolean
Visual C++
public:
bool Equals(
	DoubleHermCsrSparseMatrix^ other
)

Parameters

other
Type: CenterSpace.NMath.Matrix..::.DoubleHermCsrSparseMatrix
Object to compare.

Return Value

true if other contains the same nonzero data as self.

Remarks

Implemented as part of the IEquitable interface.

See Also