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

            if (Win != false)
            {
                hash ^= Win.GetHashCode();
            }
            if (Fbid != 0)
            {
                hash ^= Fbid.GetHashCode();
            }
            if (Resthp != 0)
            {
                hash ^= Resthp.GetHashCode();
            }
            if (Costtime != 0)
            {
                hash ^= Costtime.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }