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