- object
- the Object to compare with this comparator.
Documentation for this section has not yet been entered.
Compares this Comparator with the specified Object and indicates whether they are equal. In order to be equal, object must represent the same object as this instance using a class-specific comparison.
A Comparator never needs to override this method, but may choose so for performance reasons.