|  | FloatComplexCsrSparseMatrixEquals(Object) Method | 
            Equals function for Compressed Row (CSR) formatted complex sparse matrices.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool Parameters
- obj  Object
- Object to compare.
Return Value
Booleantrue if 
obj is a 
FloatCsrSparseMatrix
            instance and contains the same nonzero elements as self.
 See Also
See Also