Subscriber portal
Determines whether two maps are equal.
client server public static boolean equal(Map map1, Map map2)
Two maps are equal if they contain the same number of elements, their key sets are the same, and if each key in the key set maps to the same value in both maps.