コード例 #1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (ResourceName.Length != 0)
            {
                hash ^= ResourceName.GetHashCode();
            }
            if (CampaignId != 0L)
            {
                hash ^= CampaignId.GetHashCode();
            }
            if (Type != global::Google.Ads.GoogleAds.V10.Enums.SimulationTypeEnum.Types.SimulationType.Unspecified)
            {
                hash ^= Type.GetHashCode();
            }
            if (ModificationMethod != global::Google.Ads.GoogleAds.V10.Enums.SimulationModificationMethodEnum.Types.SimulationModificationMethod.Unspecified)
            {
                hash ^= ModificationMethod.GetHashCode();
            }
            if (StartDate.Length != 0)
            {
                hash ^= StartDate.GetHashCode();
            }
            if (EndDate.Length != 0)
            {
                hash ^= EndDate.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.CpcBidPointList)
            {
                hash ^= CpcBidPointList.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.TargetCpaPointList)
            {
                hash ^= TargetCpaPointList.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.TargetRoasPointList)
            {
                hash ^= TargetRoasPointList.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.TargetImpressionSharePointList)
            {
                hash ^= TargetImpressionSharePointList.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.BudgetPointList)
            {
                hash ^= BudgetPointList.GetHashCode();
            }
            hash ^= (int)pointListCase_;
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
コード例 #2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (ResourceName.Length != 0)
            {
                hash ^= ResourceName.GetHashCode();
            }
            if (HasAdGroupId)
            {
                hash ^= AdGroupId.GetHashCode();
            }
            if (Type != global::Google.Ads.GoogleAds.V6.Enums.SimulationTypeEnum.Types.SimulationType.Unspecified)
            {
                hash ^= Type.GetHashCode();
            }
            if (ModificationMethod != global::Google.Ads.GoogleAds.V6.Enums.SimulationModificationMethodEnum.Types.SimulationModificationMethod.Unspecified)
            {
                hash ^= ModificationMethod.GetHashCode();
            }
            if (HasStartDate)
            {
                hash ^= StartDate.GetHashCode();
            }
            if (HasEndDate)
            {
                hash ^= EndDate.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.CpcBidPointList)
            {
                hash ^= CpcBidPointList.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.CpvBidPointList)
            {
                hash ^= CpvBidPointList.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.TargetCpaPointList)
            {
                hash ^= TargetCpaPointList.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.TargetRoasPointList)
            {
                hash ^= TargetRoasPointList.GetHashCode();
            }
            hash ^= (int)pointListCase_;
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
コード例 #3
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (ResourceName.Length != 0)
            {
                hash ^= ResourceName.GetHashCode();
            }
            if (adGroupId_ != null)
            {
                hash ^= AdGroupId.GetHashCode();
            }
            if (Type != 0)
            {
                hash ^= Type.GetHashCode();
            }
            if (ModificationMethod != 0)
            {
                hash ^= ModificationMethod.GetHashCode();
            }
            if (startDate_ != null)
            {
                hash ^= StartDate.GetHashCode();
            }
            if (endDate_ != null)
            {
                hash ^= EndDate.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.CpcBidPointList)
            {
                hash ^= CpcBidPointList.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.CpvBidPointList)
            {
                hash ^= CpvBidPointList.GetHashCode();
            }
            if (pointListCase_ == PointListOneofCase.TargetCpaPointList)
            {
                hash ^= TargetCpaPointList.GetHashCode();
            }
            hash ^= (int)pointListCase_;
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }