bool operator ==(const String& str) const; bool operator ==(const char* str) const; bool operator ==(const NoCaseKey& strKey) const;
== operator compares two strings.
A Boolean value of true if the strings are equal.