
Public Member Functions | |
| boolean | objectIsEqualToObject (Object o1, Object o2) |
| boolean objectIsEqualToObject | ( | Object | o1, | |
| Object | o2 | |||
| ) | [virtual] |
Performs the equality check between o1 and o2. What the equality check means between the objects and when either object is null or when objects are of different classes is the subclass's responsibility.
| o1 | first object to compare. | |
| o2 | second object to compare. |
Implements ERXEqualator.
1.5.8