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