|  | DoubleSymCsrSparseMatrixEquals(DoubleSymCsrSparseMatrix) Method | 
            Equals function for DoubleSymCsrSparseMatrix matrices.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool Equals(
	DoubleSymCsrSparseMatrix other
)
Public Function Equals ( 
	other As DoubleSymCsrSparseMatrix
) As Boolean
public:
bool Equals(
	DoubleSymCsrSparseMatrix^ other
)
member Equals : 
        other : DoubleSymCsrSparseMatrix -> bool Parameters
- other  DoubleSymCsrSparseMatrix
- 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