ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure / Equals Method / Equals(RectL) Method

In This Topic
    Equals(RectL) Method
    In This Topic
    Indicates whether this instance and a specified object are equal.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As RectL _
    ) As System.Boolean
    public System.bool Equals( 
       RectL other
    )

    Parameters

    other
    See Also