CompareNoCase

This method performs a case-insensitive comparison of two strings.

Visibility
Public
Signatures
int CompareNoCase(const OMString& s) const

int CompareNoCase(char * s) const
Parameters
s 

The string to compare to the current string

Return

The method returns one of the following values:


Feedback