ComponentOne MultiSelect 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also