Equality test on Boolean
Author: LGTM
import csharp
from EqualityOperation eq
where eq.getAnOperand() instanceof BoolLiteral
select eq
Description
Finds tests like 'x==true', 'x==false', 'x!=true', '!=false'.
import csharp
from EqualityOperation eq
where eq.getAnOperand() instanceof BoolLiteral
select eq
Finds tests like 'x==true', 'x==false', 'x!=true', '!=false'.