public override int GetHashCode() { int hash = 1; if (ResourceName.Length != 0) { hash ^= ResourceName.GetHashCode(); } if (keywordPlanCampaign_ != null) { hash ^= KeywordPlanCampaign.GetHashCode(); } if (id_ != null) { hash ^= Id.GetHashCode(); } if (name_ != null) { hash ^= Name.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 (keywordPlanCampaign_ != null) { hash ^= KeywordPlanCampaign.GetHashCode(); } if (id_ != null) { hash ^= Id.GetHashCode(); } if (text_ != null) { hash ^= Text.GetHashCode(); } if (MatchType != 0) { hash ^= MatchType.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }