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