Converts a boolean comparison expression
a
op
b
to !(
a
negop
b
).
Where
op
and
negop
are mutually inverse comparison operators, such as
==
and
!=
.