Operators

eq

Supported By

Syntax

expression eq expression

Description

The eq operator evaluates to true if the given values are equal as strings. Otherwise, it evaluates to false.

Note

String comparison with the eq operator is case-insensitive. For case-sensitive comparison, use the csstrcmp function or the === operator.

Compatibility

The eq operator is no longer available in OpenXION 1.4 and later.

See Also

=, ===, equal