  | DoubleComplexCsrSparseMatrixEquals(DoubleComplexCsrSparseMatrix) Method | 
            Equals function for Compressed Row (CSR) formatted complex sparse matrices.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool Equals(
	DoubleComplexCsrSparseMatrix other
)
Public Function Equals ( 
	other As DoubleComplexCsrSparseMatrix
) As Boolean
public:
virtual bool Equals(
	DoubleComplexCsrSparseMatrix^ other
) sealed
abstract Equals : 
        other : DoubleComplexCsrSparseMatrix -> bool 
override Equals : 
        other : DoubleComplexCsrSparseMatrix -> bool Parameters
- other  DoubleComplexCsrSparseMatrix
 - 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