Equals function for DoubleHermCsrSparseMatrix matrices.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public bool Equals( DoubleHermCsrSparseMatrix other ) |
| Visual Basic (Declaration) |
|---|
Public Function Equals ( _ other As DoubleHermCsrSparseMatrix _ ) As Boolean |
| Visual C++ |
|---|
public: bool Equals( DoubleHermCsrSparseMatrix^ other ) |
Parameters
- other
- Type: CenterSpace.NMath.Matrix..::.DoubleHermCsrSparseMatrix
Object to compare.
Return Value
true if other contains the same nonzero data as self.
Remarks
Implemented as part of the IEquitable interface.