- string
- the string to compare.
Documentation for this section has not yet been entered.
Compares the given string to this string ignoring case.
The strings are compared one char at a time. This is not suitable for case-insensitive string comparison for all locales. Use a Java.Text.Collator instead.