Compares two Booleans
function boolEq input Boolean b1; input Boolean b2; output Boolean b; end boolEq;