InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Corners Structure / Equals Method
The object to compare to the current Corners.

In This Topic
    Equals Method (Corners)
    In This Topic
    Determines whether the value of the specified object is equivalent to the current Corners.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to compare to the current Corners.

    Return Value

    true if the two Corners objects are equal; otherwise, false.
    See Also