eq = RawEqual(t1, t2)
True if they are the
same, False otherwise. This is basically the same as writing
eq = (t1 = t2) |
The difference is, though, that RawEqual() will do the comparison without
invoking any metamethod that might be defined in the tables.
See Metamethods for details.
True if tables are equal, False otherwise