Checks whether the two items contain the same content.
When both of them are arrays, the elements and the order are checked, see equalArrays.
When both of them are objects, the key/value pairs are checked, see equalObjects.
In other cases, triple equals is used.
Checks whether the two items contain the same content. When both of them are arrays, the elements and the order are checked, see equalArrays. When both of them are objects, the key/value pairs are checked, see equalObjects. In other cases, triple equals is used.