示例#1
0
    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);
    }