Sea.table.isEquivalent
From WoWWiki
This article is a part of the documentation of the Sea function library
-- -- isEquivalent(table1, table2 [, recursedList]) -- returns true if all of the keys in a single-layer -- table point to the same values -- -- This is not fully tested using recursive tables -- -- args: -- table1 - the first table -- table2 - the second table --
