Matrix.op_Equality

Matrix Equality operator

Implements the operator ==.

public static bool operator ==(Matrix matrix1, Matrix matrix2)
ParameterTypeDescription
matrix1MatrixThe first matrix to compare.
matrix2MatrixThe second matrix to compare.

Return Value

The result of the operator.

See Also