Compares two JSON values for equality.
If the two values have different types, they are considered unequal. This differs with ECMA script, which performs a type conversion before comparing the values.
See Implementation
Compares two JSON values for equality.
If the two values have different types, they are considered unequal. This differs with ECMA script, which performs a type conversion before comparing the values.