Skip to main content

Function: deepEqual()

deepEqual(obj1, obj2): boolean

Deeply compares two objects to determine if they are equal.

Parameters​

• obj1: unknown

The first object to compare.

• obj2: unknown

The second object to compare.

Returns​

boolean

True if the objects are deeply equal, false otherwise.

Defined in​

packages/core/src/utilities/deepEqual.ts:11