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