Skip to main content
The Are Objects Equal? action performs a deep equality comparison. It checks nested objects and arrays, not just whether the two inputs are the same reference.

Inputs

Outputs

Object property order does not affect equality, but array order does. These objects are equal:
Changing the second array to ["beta", "admin"] makes the result false.