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

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

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