Returns true if the specified left and right values are deeply equal.
left
right
Left value to check for equality.
Right value to check for equality.
true if both values are deeply equal.
true
This function was taken from the fast-deep-equal library.
Returns true if the specified
left
andright
values are deeply equal.