|  | CompressedSparseRowTEquals(CompressedSparseRowT) Method | 
            Equality function for compressed row data.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool Equals(
	CompressedSparseRow<T> other
)
Public Function Equals ( 
	other As CompressedSparseRow(Of T)
) As Boolean
public:
virtual bool Equals(
	CompressedSparseRow<T>^ other
) sealed
abstract Equals : 
        other : CompressedSparseRow<'T> -> bool 
override Equals : 
        other : CompressedSparseRow<'T> -> bool Parameters
- other  CompressedSparseRowT
- The object to compare.
Return Value
Booleantrue if the 
obj contains the same nonzero elements as self; 
            otherwise 
false.
Implements
IEquatableTEquals(T) See Also
See Also