public bool Equals(
DoubleMatrixRow other
)
Public Function Equals (
other As DoubleMatrixRow
) As Boolean
public:
virtual bool Equals(
DoubleMatrixRow^ other
) sealed
abstract Equals :
other : DoubleMatrixRow -> bool
override Equals :
other : DoubleMatrixRow -> bool
DoubleMatrixRow instances are quasi-lexicographically ordered. This means that instances are firstly ordered by their Length, and then, within rows having the same length, by lexicographic order.
This also means that when tested for equality, DoubleMatrixRow instances are considered equal if and only if they have the same Length and, for each column index, entries corresponding to such index are equal, too.