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

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

    Parameters

    other
    The Def.Group to compare with the current Def.Group.

    Return Value

    true if the specified Def.Group is equal to this instance; otherwise, false.
    See Also