Performs a recursive comparison of two objects or arrays to check if they have the same keys, length and values. Unlike shallowEqual this method compares nested values also.
true if the objects are considered equal.
true
Optional
Generated using TypeDoc
Performs a recursive comparison of two objects or arrays to check if they have the same keys, length and values. Unlike shallowEqual this method compares nested values also.
Returns
true
if the objects are considered equal.