expression ≠≠≠
expression
The ≠≠≠
operator evaluates to false
if the given values have the same type and are identical. Otherwise, it evaluates to true
.
String comparison with the ≠≠≠
operator is case-sensitive. For case-insensitive comparison, use the !=
or ne
operator.
is not exactly
, isn't exactly
, !==