bool equalsNoCase(IStr str, IStr other)
Returns true if the two strings are equal, ignoring case.
bool equalsNoCase(IStr str, char other)
Returns true if the string is equal to the specified character, ignoring case.