Take two Boolean values and perform a logic operation on them. 

Figure 1: Boolean logic operator Node

Parameters

    • Input A - First boolean value for evaluation.
    • Input B - Second boolean value for evaluation.  
    • Logical Operator - Logic operation to perform.
      • AND
      • OR
      • XOR
      • NOT [not a]