コード例 #1
0
 public override int GetHashCode() {
   int hash = 1;
   if (Ret != 0) hash ^= Ret.GetHashCode();
   if (Count != 0) hash ^= Count.GetHashCode();
   hash ^= awards_.GetHashCode();
   return hash;
 }
コード例 #2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (ConId != 0L)
            {
                hash ^= ConId.GetHashCode();
            }
            if (Uid != 0L)
            {
                hash ^= Uid.GetHashCode();
            }
            if (Key.Length != 0)
            {
                hash ^= Key.GetHashCode();
            }
            if (Ip.Length != 0)
            {
                hash ^= Ip.GetHashCode();
            }
            if (Port != 0)
            {
                hash ^= Port.GetHashCode();
            }
            return(hash);
        }
コード例 #3
0
ファイル: ControllerDraw.cs プロジェクト: linxscc/LoveGame
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (userMoney_ != null)
            {
                hash ^= UserMoney.GetHashCode();
            }
            if (userDraw_ != null)
            {
                hash ^= UserDraw.GetHashCode();
            }
            hash ^= awards_.GetHashCode();
            if (userDrawInfo_ != null)
            {
                hash ^= UserDrawInfo.GetHashCode();
            }
            if (userItem_ != null)
            {
                hash ^= UserItem.GetHashCode();
            }
            return(hash);
        }
コード例 #4
0
ファイル: LoginClient.cs プロジェクト: workTrunk/MFrameWork
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (ManagerIp.Length != 0)
            {
                hash ^= ManagerIp.GetHashCode();
            }
            if (ManagerPort != 0)
            {
                hash ^= ManagerPort.GetHashCode();
            }
            if (Uid != 0L)
            {
                hash ^= Uid.GetHashCode();
            }
            if (Key.Length != 0)
            {
                hash ^= Key.GetHashCode();
            }
            return(hash);
        }
コード例 #5
0
 public override int GetHashCode() {
   int hash = 1;
   if (Ret != 0) hash ^= Ret.GetHashCode();
   hash ^= rules_.GetHashCode();
   hash ^= itemRules_.GetHashCode();
   hash ^= levelRules_.GetHashCode();
   if (DailyCount != 0) hash ^= DailyCount.GetHashCode();
   return hash;
 }
コード例 #6
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= coaxSleepAudioRules_.GetHashCode();
            return(hash);
        }
コード例 #7
0
ファイル: ControllerItem.cs プロジェクト: linxscc/LoveGame
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= userItems_.GetHashCode();
            return(hash);
        }
コード例 #8
0
ファイル: ControllerDraw.cs プロジェクト: linxscc/LoveGame
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= drawProbs_.GetHashCode();
            return(hash);
        }
コード例 #9
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= elements_.GetHashCode();
            return(hash);
        }
コード例 #10
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= userCoaxSleepInfos_.GetHashCode();
            return(hash);
        }
コード例 #11
0
ファイル: ControllerItem.cs プロジェクト: linxscc/LoveGame
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= items_.GetHashCode();
            hash ^= mallItemRule_.GetHashCode();
            return(hash);
        }
コード例 #12
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= myDepartments_.GetHashCode();
            hash ^= fanss_.GetHashCode();
            return(hash);
        }
コード例 #13
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= gameConfigs_.GetHashCode();
            hash ^= functionEntrys_.GetHashCode();
            hash ^= gameTimeConfigs_.GetHashCode();
            return(hash);
        }
コード例 #14
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (Comment != false)
            {
                hash ^= Comment.GetHashCode();
            }
            return(hash);
        }
コード例 #15
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (info_ != null)
            {
                hash ^= Info.GetHashCode();
            }
            return(hash);
        }
コード例 #16
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (userClock_ != null)
            {
                hash ^= UserClock.GetHashCode();
            }
            return(hash);
        }
コード例 #17
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= departmentRules_.GetHashCode();
            hash ^= fansRules_.GetHashCode();
            hash ^= powerRules_.GetHashCode();
            hash ^= departmentAwardRules_.GetHashCode();
            return(hash);
        }
コード例 #18
0
ファイル: AccBase.cs プロジェクト: linxscc/LoveGame
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (Str.Length != 0)
            {
                hash ^= Str.GetHashCode();
            }
            return(hash);
        }
コード例 #19
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (disclaimer_ != null)
            {
                hash ^= Disclaimer.GetHashCode();
            }
            return(hash);
        }
コード例 #20
0
ファイル: ControllerDraw.cs プロジェクト: linxscc/LoveGame
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= userDraw_.GetHashCode();
            if (userDrawInfo_ != null)
            {
                hash ^= UserDrawInfo.GetHashCode();
            }
            return(hash);
        }
コード例 #21
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= awards_.GetHashCode();
            if (myDepartment_ != null)
            {
                hash ^= MyDepartment.GetHashCode();
            }
            return(hash);
        }
コード例 #22
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            hash ^= userDiaryDates_.GetHashCode();
            if (UnlockTime != 0L)
            {
                hash ^= UnlockTime.GetHashCode();
            }
            return(hash);
        }
コード例 #23
0
ファイル: ControllerLogin.cs プロジェクト: linxscc/LoveGame
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (AccountId.Length != 0)
            {
                hash ^= AccountId.GetHashCode();
            }
            if (ChannelAccountId.Length != 0)
            {
                hash ^= ChannelAccountId.GetHashCode();
            }
            if (Channel.Length != 0)
            {
                hash ^= Channel.GetHashCode();
            }
            if (ChannelInfo.Length != 0)
            {
                hash ^= ChannelInfo.GetHashCode();
            }
            if (TimeStamp != 0L)
            {
                hash ^= TimeStamp.GetHashCode();
            }
            hash ^= users_.GetHashCode();
            if (Addication != 0)
            {
                hash ^= Addication.GetHashCode();
            }
            if (IsAdult != 0)
            {
                hash ^= IsAdult.GetHashCode();
            }
            if (Token.Length != 0)
            {
                hash ^= Token.GetHashCode();
            }
            if (PayLink.Length != 0)
            {
                hash ^= PayLink.GetHashCode();
            }
            return(hash);
        }
コード例 #24
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (myDepartments_ != null)
            {
                hash ^= MyDepartments.GetHashCode();
            }
            if (userItem_ != null)
            {
                hash ^= UserItem.GetHashCode();
            }
            return(hash);
        }
コード例 #25
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (userDiary_ != null)
            {
                hash ^= UserDiary.GetHashCode();
            }
            if (userFavorability_ != null)
            {
                hash ^= UserFavorability.GetHashCode();
            }
            return(hash);
        }
コード例 #26
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (userCoaxSleepInfo_ != null)
            {
                hash ^= UserCoaxSleepInfo.GetHashCode();
            }
            if (userMoney_ != null)
            {
                hash ^= UserMoney.GetHashCode();
            }
            return(hash);
        }
コード例 #27
0
ファイル: ControllerItem.cs プロジェクト: linxscc/LoveGame
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (userMoney_ != null)
            {
                hash ^= UserMoney.GetHashCode();
            }
            if (userItem_ != null)
            {
                hash ^= UserItem.GetHashCode();
            }
            return(hash);
        }
コード例 #28
0
ファイル: Api.cs プロジェクト: linxscc/LoveGame
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (FullChannel.Length != 0)
            {
                hash ^= FullChannel.GetHashCode();
            }
            if (ChannelAccount.Length != 0)
            {
                hash ^= ChannelAccount.GetHashCode();
            }
            return(hash);
        }
コード例 #29
0
ファイル: Function.cs プロジェクト: tompetk/TensorFlow.NET
        public override int GetHashCode()
        {
            int hash = 1;

            if (signature_ != null)
            {
                hash ^= Signature.GetHashCode();
            }
            hash ^= Attr.GetHashCode();
            hash ^= ArgAttr.GetHashCode();
            hash ^= nodeDef_.GetHashCode();
            hash ^= Ret.GetHashCode();
            hash ^= ControlRet.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
コード例 #30
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Ret != 0)
            {
                hash ^= Ret.GetHashCode();
            }
            if (mainVersion_ != null)
            {
                hash ^= MainVersion.GetHashCode();
            }
            if (hotVersion_ != null)
            {
                hash ^= HotVersion.GetHashCode();
            }
            hash ^= cacheVersion_.GetHashCode();
            hash ^= gameServerInfo_.GetHashCode();
            if (imgServerInfo_ != null)
            {
                hash ^= ImgServerInfo.GetHashCode();
            }
            if (reserveImgServerInfo_ != null)
            {
                hash ^= ReserveImgServerInfo.GetHashCode();
            }
            if (matchingServerInfo_ != null)
            {
                hash ^= MatchingServerInfo.GetHashCode();
            }
            hash ^= notice_.GetHashCode();
            if (switchControl_ != null)
            {
                hash ^= SwitchControl.GetHashCode();
            }
            if (DisclaimerVersion != 0)
            {
                hash ^= DisclaimerVersion.GetHashCode();
            }
            return(hash);
        }