This method tests the specified object for quality with this object.
The two object will be considered equal if and only if all of the following conditions are met. The specified object is not null. The specified object is an instance of ParsePosition. The specified object has the same index and error index as this object.
- Parameters:
-
obj | The to test for quality against this object. |
- Returns:
- true if the specified object is equal to this object, false otherwise.
Reimplemented from acdk::lang::Object. |