Determine whether two values are the same or strictly equivalent. Checking whether values are the same only applies to built in objects. For custom objects, they are equal only of their toString() representation are equal if defined.
The first value
The second value
True if values are equivalent, false otherwise.
Determine whether two values are the same or strictly equivalent. Checking whether values are the same only applies to built in objects. For custom objects, they are equal only of their toString() representation are equal if defined.