This method performs a case-insensitive
comparison of two strings.
Signaturesint CompareNoCase(const OMString& s) const
int CompareNoCase(char * s) const
Parameterss
The string to compare to the current
string
ReturnThe
method returns one of the following values:
- 0 - The two strings are the same
(regardless of case).
- 1 or -1 - The two strings are
not the same.