Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 306 Bytes

comparisonOfBoolWithBoolError.md

File metadata and controls

11 lines (6 loc) · 306 Bytes

Pattern: Comparison of boolean using <, >, <= or >=

Issue: -

Description

Comparing bool value using relational (<, >, <= or >=) operator could cause unexpected results.

Further Reading