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