12.6.6         = =    !=

Boolean equal and not equal. Each operator produces a zero/one result. Valid for all operand types.

Example:
 

if {[GETVAL DevId]!=0 && [GETVAL TagCount]==0 && [GETVAL DigTag]==0 } then {

 SETVAL "ERROR2= No Tags found with this address $idtext"

 }