Operators

ne

Supported By

Syntax

expression ne expression

Description

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

Note

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

Compatibility

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

See Also

!=, !==, equal