Software AG Products 10.11 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of String Functions | equalsIgnoreCase(String anotherString): boolean
 
equalsIgnoreCase(String anotherString): boolean
Indicates whether or not this string is equal to the specified string, ignoring case considerations. Two strings are considered equal, ignoring case, if they are of the same length and if corresponding characters in the two strings are equal, ignoring case.
Input Parameters
anotherString
String The string to compare this string against.
Return Value
Boolean Returns true if the argument is not null and it represents an equivalent string, ignoring case, false otherwise.