comparing the keysets of two hashmaps
hi ..
Please let me know if i use the following :
(hashmap1.keyset().equals(hashmap2.keyset())) return true;
would it return true always ...the keysets always being Strings in the case...i mean would it always check if all the keys are present in both the keysets..?
thanks.

