$equalsIgnoreCase

Compares the given values for equality ignoring the values case.
Syntax
    $equalsIgnoreCase{value_1}{value_2}
DocumentationCompares the given parameters for equality ignoring their case:

    Parameters:
      value_1, value_2, the values to be compared for equality.
    Returns:
      1 if the given value_1 is the same as the given value_2 ignoring their case; 0 otherwise.
Examples
    $//Returns 1.
    $equals{some_string}{some_string}

    $//Also returns 1. See also '$equalsIgnoreCase'
    $equals{some_string}{SOME_STRING}
GroupString
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters <unlimited>