MapToBooleanWithTernaryOperator

Incorrect

To map a boolean expression to a bool, a ternary conditional operator is necessary

Correct

To map a boolean expression to a bool, one can just use it