CollationKey.equals

CollationKey.equals

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean equals( Object target )
Parameters
target
the CollationKey to compare to.
Returns
Returns true if two objects are equal, false otherwise.
Description
Compare this CollationKey and the target CollationKey for equality. The collation rules of the Collator object which created these keys are applied. Note: CollationKeys created by different Collators can not be compared.

Overrides
equals in class Object