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

            if (BingoMissionGroupId != 0)
            {
                hash ^= BingoMissionGroupId.GetHashCode();
            }
            if (U2 != 0)
            {
                hash ^= U2.GetHashCode();
            }
            if (ScheduleId.Length != 0)
            {
                hash ^= ScheduleId.GetHashCode();
            }
            if (BingoMissionCardId != 0)
            {
                hash ^= BingoMissionCardId.GetHashCode();
            }
            if (BingoMissionRewardId != 0)
            {
                hash ^= BingoMissionRewardId.GetHashCode();
            }
            if (U6 != 0)
            {
                hash ^= U6.GetHashCode();
            }
            if (BannerId != 0)
            {
                hash ^= BannerId.GetHashCode();
            }
            if (U8 != 0)
            {
                hash ^= U8.GetHashCode();
            }
            if (PrevBingoMissionGroupId != 0)
            {
                hash ^= PrevBingoMissionGroupId.GetHashCode();
            }
            if (BingoMissionGroupPermissionId != 0)
            {
                hash ^= BingoMissionGroupPermissionId.GetHashCode();
            }
            if (U11 != 0)
            {
                hash ^= U11.GetHashCode();
            }
            if (U12 != 0)
            {
                hash ^= U12.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemple #2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (BingoMissionCardId != 0)
            {
                hash ^= BingoMissionCardId.GetHashCode();
            }
            if (Number != 0)
            {
                hash ^= Number.GetHashCode();
            }
            if (MissionId != 0)
            {
                hash ^= MissionId.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }