JetBrains Rider 2018.1 Help

Code Inspection: Simplify negative equality expression

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

Last modified: 20 August 2018

See Also