Checks if the elements of one matrix are equal to the corresponding elements
of another matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
C# does not support this operator.
Visual Basic does not support this operator.
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- left
- Type: Extreme.MathematicsMatrixT
The first matrix. - right
- Type: Extreme.MathematicsMatrixT
The second matrix.
Return Value
Type:
MatrixBooleanA boolean matrix whose elements are
if the corresponding element in
left
is equal to the corresponding element in
right, and
otherwise.
Reference