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