If the values are arrays, then each element is compared, regardless of
order. If the values are objects, then each key and value from left
is compared to the corresponding key and value from right. If the
values are primitives, then they are compared using strict equality.
Check if two unknown values are strictly equal.
If the values are arrays, then each element is compared, regardless of order. If the values are objects, then each key and value from left is compared to the corresponding key and value from right. If the values are primitives, then they are compared using strict equality.
Example