expression ne
expression
The ne
operator evaluates to false
if the given values are equal as strings. Otherwise, it evaluates to true
.
String comparison with the ne
operator is case-insensitive. For case-sensitive comparison, use the csstrcmp
function or the !==
operator.
The ne
operator is no longer available in OpenXION 1.4 and later.