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

In This Topic
Equals(Object) Method
In This Topic
Determines whether the specified System.Object is equal to the current Table instance.
Syntax
'Declaration
 
Public Overloads Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
 

Parameters

obj
The System.Object to compare with the current Table instance.

Return Value

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