ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Inequality Operator
The first value to compare.
The second value to compare.

In This Topic
    Inequality Operator (Matrix4x4)
    In This Topic
    Tests for inequality between two objects.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal left As Matrix4x4, _
       ByVal right As Matrix4x4 _
    ) As System.Boolean
    public System.bool operator !=( 
       Matrix4x4 left,
       Matrix4x4 right
    )

    Parameters

    left
    The first value to compare.
    right
    The second value to compare.

    Return Value

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