equalsNoCase

fnbool equalsNoCase(IStr str, IStr other)

Returns true if the two strings are equal, ignoring case.

fnbool equalsNoCase(IStr str, char other)

Returns true if the string is equal to the specified character, ignoring case.