[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.op_Inequality

operator != Operator

operator !=(Matrix3x2, Matrix3x2)

Tests for inequality between two objects.

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

The first value to compare.

Matrix3x2 right

The second value to compare.

Returns
Type Description
bool