Logical biconditional: x <=> y.
Returns 1 if and only if x and y have the same value.
Equivalent to Not(Xor(x, y)).
Arguments
- x, y
Boolean Variables or logic expressions.
Logical biconditional: x <=> y.
Returns 1 if and only if x and y have the same value.
Equivalent to Not(Xor(x, y)).
Boolean Variables or logic expressions.