Esempio n. 1
0
 protected bool Equals(UnaryOperatorNodeBase other)
 {
     return Equals(Operand, other.Operand);
 }
Esempio n. 2
0
 protected bool Equals(UnaryOperatorNodeBase other)
 {
     return(Equals(Operand, other.Operand));
 }