Пример #1
0
 protected bool Equals(BinaryOperatorNodeBase other)
 {
     return(Equals(LeftOperand, other.LeftOperand) && Equals(RightOperand, other.RightOperand));
 }
Пример #2
0
 protected bool Equals(BinaryOperatorNodeBase other)
 {
     return Equals(LeftOperand, other.LeftOperand) && Equals(RightOperand, other.RightOperand);
 }