UString.EqualsIgnoreCase Method
| Explanation | Compare strings case-insensitive | |
| Call format | var ret = str.EqualsIgnoreCase( s ) | |
| Return value | Returns $TRUE if they match, $FALSE if they do not match. | |
| Arguments | UString s | String to compare |
| Exception | None | |
| Example of use | | |
| Related item | LocaleCompare method | |