Method ADT.Table.table()->`==()
- Method `==
intres =ADT.Table.table()==table- Description
This method compares two tables. They are equal if the contents of the tables and the column names are equal. The column name comparison is case insensitive.
int res = ADT.Table.table() == table
This method compares two tables. They are equal if the contents of the tables and the column names are equal. The column name comparison is case insensitive.