Ejemplo n.º 1
0
 protected bool Equals(BinaryOperatorNodeBase other)
 {
     return(Equals(LeftOperand, other.LeftOperand) && Equals(RightOperand, other.RightOperand));
 }
Ejemplo n.º 2
0
 protected bool Equals(BinaryOperatorNodeBase other)
 {
     return Equals(LeftOperand, other.LeftOperand) && Equals(RightOperand, other.RightOperand);
 }