Equality function for compressed row data.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public bool Equals( CompressedSparseRow<T> other ) |
| Visual Basic (Declaration) |
|---|
Public Function Equals ( _ other As CompressedSparseRow(Of T) _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals( CompressedSparseRow<T>^ other ) sealed |
Parameters
- other
- Type: CenterSpace.NMath.Matrix..::.CompressedSparseRow<(Of <(T>)>)
The object to compare.