Equal Operator (=) [INT]
The equal operator compares its two operands and returns a boolean value:
- TRUE (1)
- if the first operand is equal to the second
- FALSE (0)
- if the first operand is not equal to the second
See Also
XJTAG v4.2.5
The equal operator compares its two operands and returns a boolean value:
XJTAG v4.2.5