public override bool?GetNodeValue(List <Pro> vars) { return(!LeftNode.GetNodeValue(vars) | RightNode.GetNodeValue(vars)); }