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

            if (Status != 0)
            {
                hash ^= Status.GetHashCode();
            }
            if (AwardedFoodKey != 0L)
            {
                hash ^= AwardedFoodKey.GetHashCode();
            }
            if (NextLootTime != 0L)
            {
                hash ^= NextLootTime.GetHashCode();
            }
            if (loot_ != null)
            {
                hash ^= Loot.GetHashCode();
            }
            if (PartnerId.Length != 0)
            {
                hash ^= PartnerId.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (NextLootTime != 0L)
            {
                hash ^= NextLootTime.GetHashCode();
            }
            if (GreenhouseTemplateGmtId.Length != 0)
            {
                hash ^= GreenhouseTemplateGmtId.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (NextLootTime != 0L)
            {
                hash ^= NextLootTime.GetHashCode();
            }
            if (darkDetectorAmplifier_ != null)
            {
                hash ^= DarkDetectorAmplifier.GetHashCode();
            }
            if (OutpostTemplateGmtId.Length != 0)
            {
                hash ^= OutpostTemplateGmtId.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }