|  | FloatHermCsrSparseMatrixEquals(FloatHermCsrSparseMatrix) Method | 
            Equals function for FloatHermCsrSparseMatrix matrices.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool Equals(
	FloatHermCsrSparseMatrix other
)
Public Function Equals ( 
	other As FloatHermCsrSparseMatrix
) As Boolean
public:
bool Equals(
	FloatHermCsrSparseMatrix^ other
)
member Equals : 
        other : FloatHermCsrSparseMatrix -> bool Parameters
- other  FloatHermCsrSparseMatrix
- Object to compare.
Return Value
Booleantrue if 
other contains the same 
            nonzero data as self.
 Remarks
RemarksImplemented as part of the IEquitable interface.
 See Also
See Also