public override int GetHashCode() { int hashcode = 157; unchecked { if (__isset.hasNext) { hashcode = (hashcode * 397) + HasNext.GetHashCode(); } if (__isset.reinvokeHour) { hashcode = (hashcode * 397) + ReinvokeHour.GetHashCode(); } if (__isset.lastVersionSeq) { hashcode = (hashcode * 397) + LastVersionSeq.GetHashCode(); } if (__isset.productList) { hashcode = (hashcode * 397) + TCollections.GetHashCode(ProductList); } if (__isset.recentNewReleaseDate) { hashcode = (hashcode * 397) + RecentNewReleaseDate.GetHashCode(); } if (__isset.recentEventReleaseDate) { hashcode = (hashcode * 397) + RecentEventReleaseDate.GetHashCode(); } } return(hashcode); }
public override int GetHashCode() { int hashcode = 157; unchecked { if (__isset.hasNext) { hashcode = (hashcode * 397) + HasNext.GetHashCode(); } if (__isset.bannerSequence) { hashcode = (hashcode * 397) + BannerSequence.GetHashCode(); } if (__isset.bannerTargetType) { hashcode = (hashcode * 397) + BannerTargetType.GetHashCode(); } if (__isset.bannerTargetPath) { hashcode = (hashcode * 397) + BannerTargetPath.GetHashCode(); } if (__isset.productList) { hashcode = (hashcode * 397) + TCollections.GetHashCode(ProductList_); } if (__isset.bannerLang) { hashcode = (hashcode * 397) + BannerLang.GetHashCode(); } } return(hashcode); }