deepEqual | @lumino (original) (raw)
Function deepEqual
- deepEqual(first, second): boolean
- Compare two JSON values for deep equality.
Parameters
- first: ReadonlyPartialJSONValue
The first JSON value of interest. - second: ReadonlyPartialJSONValue
The second JSON value of interest.
Returns boolean
true
if the values are equivalent, false
otherwise.