Object.opEquals

Test whether this is equal to o. The default implementation only compares by identity (using the is operator). Generally, overrides for opEquals should attempt to compare objects by their contents.

class Object
bool
opEquals
Suggestion Box / Bug Report