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

            if (AuthorChatId.Length != 0)
            {
                hash ^= AuthorChatId.GetHashCode();
            }
            if (AryaSignalInfo.Length != 0)
            {
                hash ^= AryaSignalInfo.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
예제 #2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (AuthorChatId.Length != 0)
            {
                hash ^= AuthorChatId.GetHashCode();
            }
            if (SoundConfigChangeType != global::AcFunDanmu.CommonStateSignalAuthorChatChangeSoundConfig.Types.SoundConfigChangeType.Unknown)
            {
                hash ^= SoundConfigChangeType.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
예제 #3
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (AuthorChatId.Length != 0)
            {
                hash ^= AuthorChatId.GetHashCode();
            }
            if (EndType != global::AcFunDanmu.CommonStateSignalAuthorChatEnd.Types.EndType.Unknown)
            {
                hash ^= EndType.GetHashCode();
            }
            if (EndLiveId.Length != 0)
            {
                hash ^= EndLiveId.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (AuthorChatId.Length != 0)
            {
                hash ^= AuthorChatId.GetHashCode();
            }
            if (inviterUserInfo_ != null)
            {
                hash ^= InviterUserInfo.GetHashCode();
            }
            if (inviteeUserInfo_ != null)
            {
                hash ^= InviteeUserInfo.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }