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