ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / Def.SimpleRegion Class / Equals Method / Equals(SimpleRegion) Method
The object to compare with the current object.

In This Topic
    Equals(SimpleRegion) Method
    In This Topic
    Determines whether the specified SimpleRegion object is equal to the current object.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As Def.SimpleRegion _
    ) As Boolean
    public bool Equals( 
       Def.SimpleRegion other
    )

    Parameters

    other
    The object to compare with the current object.

    Return Value

    true if the specified object is equal to the current object; otherwise, false.
    See Also