Evaluates the logical value of a binary operation given two boolean operands.
Function parameters.
The logical operator to apply.
The boolean value of the left operand.
The boolean value of the right operand.
The result of applying the operator to the operands.
If the operator is not a binary operator.
Evaluates the logical value of a binary operation given two boolean operands.