The cpp UString.CompareNoCase function is used to compare two strings in a case-insensitive manner. It determines if the two strings are equal regardless of the case of their characters. This function is typically used when comparing user input or when case sensitivity is not necessary for the comparison.
C++ (Cpp) UString::CompareNoCase - 30 examples found. These are the top rated real world C++ (Cpp) examples of UString::CompareNoCase extracted from open source projects. You can rate examples to help us improve the quality of examples.