Such expressions can be simplified using the != operator.
!=
Example:
!(i == 1)
After the quick-fix is applied:
i != 1