public static bool operator ==(
ComplexMatrixRow left,
ComplexMatrixRow right
)
Public Shared Operator = (
left As ComplexMatrixRow,
right As ComplexMatrixRow
) As Boolean
public:
static bool operator ==(
ComplexMatrixRow^ left,
ComplexMatrixRow^ right
)
static let inline (=)
left : ComplexMatrixRow *
right : 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.