예제 #1
0
 protected bool Equals(TypeCheckOperatorNodeBase other)
 {
     return(base.Equals(other) && Equals(Expression, other.Expression));
 }
예제 #2
0
 protected bool Equals(TypeCheckOperatorNodeBase other)
 {
     return base.Equals(other) && Equals(Expression, other.Expression);
 }