Function "equalsIgnoreCase"

Summary

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.


Parameters

Parameter Description
1 The string/number 1
2 The string/number 2