Designing and Implementing Business Process Models : Business Rules Reference : Functions Overview : 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 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.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback