Esempio n. 1
0
 protected bool Equals(ComparisonOperatorNode other)
 {
     return(base.Equals(other) && Kind == other.Kind);
 }
Esempio n. 2
0
 protected bool Equals(ComparisonOperatorNode other)
 {
     return base.Equals(other) && Kind == other.Kind;
 }