Format
A ~! B
Returns
1 if A and B are not equivalent; 0 otherwise
Equivalence is a looser version of equality. See the ~= operator for more information.
To check if A and B are not equal, use the != operator.
A ~! B
1 if A and B are not equivalent; 0 otherwise
Equivalence is a looser version of equality. See the ~= operator for more information.
To check if A and B are not equal, use the != operator.