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); }
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); }