Ejemplo n.º 1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (TotalCompletedRaids != 0)
            {
                hash ^= TotalCompletedRaids.GetHashCode();
            }
            if (TotalCompletedLegendaryRaids != 0)
            {
                hash ^= TotalCompletedLegendaryRaids.GetHashCode();
            }
            hash ^= raids_.GetHashCode();
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (TotalCompletedRaids != 0)
            {
                hash ^= TotalCompletedRaids.GetHashCode();
            }
            if (TotalCompletedLegendaryRaids != 0)
            {
                hash ^= TotalCompletedLegendaryRaids.GetHashCode();
            }
            hash ^= raids_.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }