Reports equality expressions which are negated by a prefix expression.

Such expressions can be simplified using the != operator.

Example:

!(i == 1)

After the quick-fix is applied:

i != 1