Пример #1
0
 protected bool Equals(AbstractToken other)
 {
     return(string.Equals(Value, other.Value) && _position == other._position);
 }
Пример #2
0
 protected bool Equals(AbstractToken other)
 {
     return string.Equals(Value, other.Value) && _position == other._position;
 }