strEqualsIgnoreCase(left,right)¶
Definition¶
Boolean strEqualsIgnoreCase(String left, String right)
Description¶
Returns true if the two supplied strings are equal ignoring case or if both are null, false otherwise.
Parameter Definition¶
Name | Type | Description |
---|---|---|
left | String | The First string to text |
right | String | The Second string to text |