public override int GetHashCode() { int hash = 1; hash ^= imageUrls_.GetHashCode(); if (currentMenu_ != null) { hash ^= CurrentMenu.GetHashCode(); } if (PartnerId.Length != 0) { hash ^= PartnerId.GetHashCode(); } if (poiDetails_ != null) { hash ^= PoiDetails.GetHashCode(); } if (PoiAccessibility != 0) { hash ^= PoiAccessibility.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }