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

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

    Parameters

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