Tests wheather two strings/numbers are equal, ignoring upper-/lower-case differences. Returns 'true' or 'false'. The function belongs to the group "Logical".
The return type is boolean.
Allowed number of parameters are 2.
| Parameter | Description |
|---|---|
| 1 | The string/number 1 |
| 2 | The string/number 2 |