예제 #1
0
                public override int GetHashCode()
                {
                    int hash = 1;

                    if (NewsBundleId.Length != 0)
                    {
                        hash ^= NewsBundleId.GetHashCode();
                    }
                    hash ^= exclusiveCountries_.GetHashCode();
                    return(hash);
                }
예제 #2
0
                public override int GetHashCode()
                {
                    int hash = 1;

                    if (NewsBundleId.Length != 0)
                    {
                        hash ^= NewsBundleId.GetHashCode();
                    }
                    hash ^= exclusiveCountries_.GetHashCode();
                    if (_unknownFields != null)
                    {
                        hash ^= _unknownFields.GetHashCode();
                    }
                    return(hash);
                }