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

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