protected bool Equals(HoconValue other) { return(Type == other.Type && GetString() == other.GetString()); }