ReSharper 2016.2 Help

Code Inspection: Double negation operator

Double negation, such as writing !!something is meaningless and can be safely removed. The only exception would be types such as DBbool where the negation operator is overloaded.

See Also

Last modified: 15 December 2016