Not Equal to <> or !=

Syntax:

value_1 <> value_2

 

Return Value:

Y result

 
Precedence:5
Description:

This relational operator compares two fields and gives TRUE if the first is not equal to the second

 

Example:

100 <> 100 = FALSE
"JONES" != "SMITH" = TRUE