public bool Equals(
ComplexMatrixRow other
)
Public Function Equals (
other As ComplexMatrixRow
) As Boolean
public:
virtual bool Equals(
ComplexMatrixRow^ other
) sealed
abstract Equals :
other : ComplexMatrixRow -> bool
override Equals :
other : ComplexMatrixRow -> bool
When tested for equality, ComplexMatrixRow 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.