Performs a shallow equality check between two objects.
Compares the objects' own enumerable keys and values using Object.is.
Returns true if both objects have the same keys and corresponding values, false otherwise.
Note: This is a shallow comparison. Nested objects or arrays are compared by reference.
Performs a shallow equality check between two objects. Compares the objects' own enumerable keys and values using
Object.is. Returns true if both objects have the same keys and corresponding values, false otherwise. Note: This is a shallow comparison. Nested objects or arrays are compared by reference.