ReSharper 2021.2 Help

Code Inspection: Simplify negative equality expression

Negating an equality expression is, effectively, the same as ‘flipping’ the equality operator from == to != or the other way around. That way, if you write !(a == b), ReSharper will offer the option to change it to a != b.

Last modified: 08 March 2021