MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace / Table Class / Equals Method / Equals(Table) Method
The table for comparison.

In This Topic
Equals(Table) Method
In This Topic
Returns a System.Boolean. This is true if the specified Table is equal to the current Table; otherwise, false. The table for comparison.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal anotherTable As Table _
) As Boolean
 

Parameters

anotherTable
The table for comparison.
See Also