[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.op_Inequality

operator != Operator

operator !=(Matrix4x4, Matrix4x4)

Tests for inequality between two objects.

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

The first value to compare.

Matrix4x4 right

The second value to compare.

Returns
Type Description
bool

true if left has a different value than right; otherwise, false.