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