Used to decide if values are equal to each other
This operator is used to determine if two values are 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 0. It will evaluate to 0 for any other value.
=@NOSHELF@=0
Is a part square in a cutting list rule? If the part is square the answer will be 1 as the length and width will be the same, if the part is rectangular it will be 0
=[Length]=[Width]