Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix3x2 Structure / Inequality Operator
The first value to compare.
The second value to compare.

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

    Parameters

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