NE
Overview
Comparison operator performing a Not Equal To function.
The NE operator is a boolean operator which returns the value TRUE when the operands are not equal.
The operands can be of any basic data type.
Example in IL
LD 40
NE 40
ST Var1
Example in ST
VAR1 := 40 <> 40;
Example in FBD