public override int GetHashCode()
        {
            int hash = 1;

            if (OsType != global::Google.Ads.GoogleAds.V4.Enums.AppUrlOperatingSystemTypeEnum.Types.AppUrlOperatingSystemType.Unspecified)
            {
                hash ^= OsType.GetHashCode();
            }
            if (url_ != null)
            {
                hash ^= Url.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Beispiel #2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (OsType != 0)
            {
                hash ^= OsType.GetHashCode();
            }
            if (url_ != null)
            {
                hash ^= Url.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }