PHP

PHP – Comparison(==) VS Identity(===) Operator

$isequal = ($obj1 == $obj2); Comparison Operator(==), checks whether the two objects are the same class and whether all class variables have the same value.

read more