Collator.equals
Class Overview | Class Members |
This Package |
All Packages
public boolean equals( String source,
String target )
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.
Description
Convenience method for comparing the equality of two strings based on
this Collator's collation rules.
See Also
compare