Asserts that the two values are recursively equal. Arrays are considered equal when the size and their items (and positions) are equal. Objects are
considered equal when they are of the same type and their properties are equal.
When the actual value is an object with an equals method then this method is called to determine equality.
Asserts that the two values are recursively equal. Arrays are considered equal when the size and their items (and positions) are equal. Objects are considered equal when they are of the same type and their properties are equal.
When the actual value is an object with an
equals
method then this method is called to determine equality.