ActiveReports 12
Equals(Group) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Def.Group Class > Equals Method : Equals(Group) Method
The Def.Group to compare with the current Def.Group.
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

Reference

Def.Group Class
Def.Group Members
Overload List