Format
A != B
Returns
1 if A is not equal to B; 0 otherwise
This is identical to the <> operator.
To check if A and B are not equivalent, use the ~! operator.
A != B
1 if A is not equal to B; 0 otherwise
This is identical to the <> operator.
To check if A and B are not equivalent, use the ~! operator.