Answer if two arrays are equal. Two arrays are equal when they both
have the exact same number of elements, and they have the same element
in each position. To consider if two elements inside the array are equal
the innerComparer is used. The expected value for innerComparer
is the recursive comparer function in deepEquals.
Answer if two arrays are equal. Two arrays are equal when they both have the exact same number of elements, and they have the same element in each position. To consider if two elements inside the array are equal the innerComparer is used. The expected value for innerComparer is the recursive comparer function in deepEquals.