ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Rect Structure / Equals Method

In This Topic
    Equals Method (Rect)
    In This Topic
    Indicates whether this instance and a specified object are equal.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As System.Object _
    ) As System.Boolean
    public override System.bool Equals( 
       System.object obj
    )

    Parameters

    obj
    See Also