Answer if two Maps are equal. Two Maps are equal when they both
have the exact same number of keys, with same key names, and they
have the same value in each key. To consider if two values of a key
are equal the innerComparer is used. The expected value for innerComparer
is the recursive comparer function in deepEquals.
Answer if two Maps are equal. Two Maps are equal when they both have the exact same number of keys, with same key names, and they have the same value in each key. To consider if two values of a key are equal the innerComparer is used. The expected value for innerComparer is the recursive comparer function in deepEquals.