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

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

    Parameters

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