Beispiel #1
0
 public override bool Eval(PCBObject Obj)
 {
     return(LeftExpression.EvalExpr(Obj) == RightExpression.EvalExpr(Obj));
 }