CDISP0861E

The operator operator may not be used with a boolean literal.

A boolean literal was used with an unsupported operation. The supported operations are == and !=.
Ensure that the expression uses the == or != operator, or does not use any operator.