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.