InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Rect Structure / Equality Operator

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

    Parameters

    rect1
    rect2
    See Also