ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Rect Structure / Inequality Operator

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

    Parameters

    rect1
    rect2
    See Also