ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Region Class / Equals Method / Equals(Region) Method
The Region object to test.

In This Topic
    Equals(Region) Method
    In This Topic
    Tests whether the specified Region object is identical to this Region object.
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal region As Region _
    ) As Boolean
    public bool Equals( 
       Region region
    )

    Parameters

    region
    The Region object to test.

    Return Value

    This method returns true if the interior of region region is identical to the interior of this region; otherwise, false.
    See Also