Code Inspection: Expression is always 'true' or always 'false'
Last modified: 08 March 2021
tip
tip
If you want ReSharper to find more redundant comparisons and null checks in your code, use [NotNull], [NotNull], [ContractAnnotation] attributes to decorate your symbols or annotate external libraries you often use.