ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Point Structure / Inequality Operator

In This Topic
    Inequality Operator (Point)
    In This Topic
    Indicates whether two Point structures are not equal.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal x As Point, _
       ByVal y As Point _
    ) As System.Boolean
    public System.bool operator !=( 
       Point x,
       Point y
    )

    Parameters

    x
    y
    See Also