Method ADT.Table.table()->`==()
- Method `==
int res = 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.