public boolean equals (String source, String target)

Convenience method for comparing the equality of two strings based on this Collator's collation rules.

Parameters:
source    the source string to be compared with.
target    the target string to be compared with.

Returns:  true if the strings are equal according to the collation rules. false, otherwise.

See also:
java.text.Collator.compare