Is it possible to overload the ==/!= operators in php, similar to the way it\'s done in .NET?
Just for reference (as this identical question has been asked several times today), nikic has just posted details of a Comparable interface that overloads comparison operators for objects - https://github.com/nikic/comparable