Text Equal Ignore Case

Compares the character strings in two String Objects lexicographically (ignoring case considerations) to determine whether they are equal.

Inputs

In String 1
The first String object in the comparison.

In String 2
The second String object in the comparison.

Output

Returns True if the contents of both String objects are equal; otherwise, returns False.

Copyright IBM Corp. 2003, 2004