Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Function: isEqualWith()

isEqualWith(a, b, customizer?): boolean

Deep equality with optional customizer short-circuiting element-wise.

Parameters

a

unknown

the first value.

b

unknown

the second value.

customizer?

(a, b, key?) => undefined | boolean

the optional comparator callback.

Returns

boolean

the equality result.

Stay in the know
Quickly Build Drag-and-Drop Forms
Star us on GitHub