[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix-1.op_Equality

operator == Operator

operator ==(Matrix<T>, Matrix<T>)

Defines the == operator for vector.

Declaration
public static bool operator ==(Matrix<T> left, Matrix<T> right)
Parameters
Type Name Description
Matrix<T> left

A Matrix indicates the left operand.

Matrix<T> right

A Matrix indicates the right operand.

Returns
Type Description
bool

A bool indicates whether left equals right.