Not Equal to

Description Operands Returns Example
Checks if first operand is not equal to the second. 2 expressions. true — if first operand is not equal to second operand.

false — if first operand is equal to second operand.

Arg1 != Arg2