Example #1
0
 public override bool Eval(object context)
 {
     return(LeftFilter.Eval(context) || RightFilter.Eval(context));
 }