ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace / Table Class / Equality Operator
The first table for comparison.
The second table for comparison.

In This Topic
Equality Operator (Table)
In This Topic
Returns a System.Boolean. This is true if the first Table is equal to the second Table; otherwise, false. The first table for comparison. The second table for comparison.
Syntax
'Declaration
 
Public Operator =( _
   ByVal firstTable As Table, _
   ByVal secondTable As Table _
) As Boolean
 

Parameters

firstTable
The first table for comparison.
secondTable
The second table for comparison.
See Also