protected bool Equals(AbstractToken other) { return(string.Equals(Value, other.Value) && _position == other._position); }
protected bool Equals(AbstractToken other) { return string.Equals(Value, other.Value) && _position == other._position; }