MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / Table Class / Equals Method / Equals(Table) Method
The Table object to compare with the current Table instance.

In This Topic
Equals(Table) Method
In This Topic
Determines whether two Table instances are equal.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal anotherTable As Table _
) As Boolean
 

Parameters

anotherTable
The Table object to compare with the current Table instance.

Return Value

A System.Boolean value. true if the specified Table object is equal to the current Table instance; otherwise, false.
See Also