<> not equal to

 

Used to decide if values are not equal to each other

 

This operator is used to determine if two values are not equal to each other.

 

E.g. to determine the quantity of a part in a product based on the value of a variable. So here the formula will evaluate to 1 if the value of the variable @NOSHELF@ is anything other than 0.

 

=@NOSHELF@<>0

 

Is a part rectangular (not a square) in a cutting list rule? If the part is square the answer will be 0 if the part is rectangular it will be 1

 

=[Length]<>[Width]