Exemplo n.º 1
0
 protected bool Equals(AbstractToken other)
 {
     return(string.Equals(Value, other.Value) && _position == other._position);
 }
Exemplo n.º 2
0
 protected bool Equals(AbstractToken other)
 {
     return string.Equals(Value, other.Value) && _position == other._position;
 }