[]
        
(Showing Draft Content)

C1.Util.DX.Matrix5x4.op_Equality

operator == Operator

operator ==(Matrix5x4, Matrix5x4)

Tests for equality between two objects.

Declaration
public static bool operator ==(Matrix5x4 left, Matrix5x4 right)
Parameters
Type Name Description
Matrix5x4 left

The first value to compare.

Matrix5x4 right

The second value to compare.

Returns
Type Description
bool

true if left has the same value as right; otherwise, false.