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