public override int GetHashCode() { int hash = 1; if (ResourceName.Length != 0) { hash ^= ResourceName.GetHashCode(); } if (keywordPlanAdGroup_ != null) { hash ^= KeywordPlanAdGroup.GetHashCode(); } if (id_ != null) { hash ^= Id.GetHashCode(); } if (text_ != null) { hash ^= Text.GetHashCode(); } if (MatchType != 0) { hash ^= MatchType.GetHashCode(); } if (cpcBidMicros_ != null) { hash ^= CpcBidMicros.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ResourceName.Length != 0) { hash ^= ResourceName.GetHashCode(); } if (keywordPlanAdGroup_ != null) { hash ^= KeywordPlanAdGroup.GetHashCode(); } if (id_ != null) { hash ^= Id.GetHashCode(); } if (text_ != null) { hash ^= Text.GetHashCode(); } if (MatchType != global::Google.Ads.GoogleAds.V2.Enums.KeywordMatchTypeEnum.Types.KeywordMatchType.Unspecified) { hash ^= MatchType.GetHashCode(); } if (cpcBidMicros_ != null) { hash ^= CpcBidMicros.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }