  | DoubleCsrSparseMatrixEquals(DoubleCsrSparseMatrix) Method | 
            Equals function for Compressed Row (CSR) formatted sparse matrices.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool Equals(
	DoubleCsrSparseMatrix other
)
Public Function Equals ( 
	other As DoubleCsrSparseMatrix
) As Boolean
public:
virtual bool Equals(
	DoubleCsrSparseMatrix^ other
) sealed
abstract Equals : 
        other : DoubleCsrSparseMatrix -> bool 
override Equals : 
        other : DoubleCsrSparseMatrix -> bool Parameters
- other  DoubleCsrSparseMatrix
 - Object to compare.
 
Return Value
Booleantrue if 
other and contains the same 
            nonzero elements as self.
Implements
IEquatableTEquals(T)
RemarksImplemented as part of the IEquitable interface.
See Also