ActiveReports 13
Equals(Table) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace > Table Class > Equals Method : Equals(Table) Method
The table for comparison.
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
public bool Equals( 
   Table anotherTable
)

Parameters

anotherTable
The table for comparison.
See Also

Reference

Table Class
Table Members
Overload List