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

            if (Msgnum != 0)
            {
                hash ^= Msgnum.GetHashCode();
            }
            if (Uin.Length != 0)
            {
                hash ^= Uin.GetHashCode();
            }
            if (Sessionid.Length != 0)
            {
                hash ^= Sessionid.GetHashCode();
            }
            if (Plat != 0)
            {
                hash ^= Plat.GetHashCode();
            }
            if (LoginSuccess != 0)
            {
                hash ^= LoginSuccess.GetHashCode();
            }
            if (Nsid != 0)
            {
                hash ^= Nsid.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (Msgid != 0)
            {
                hash ^= Msgid.GetHashCode();
            }
            if (Uin.Length != 0)
            {
                hash ^= Uin.GetHashCode();
            }
            if (Sessionid.Length != 0)
            {
                hash ^= Sessionid.GetHashCode();
            }
            if (Platform != 0)
            {
                hash ^= Platform.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (Uin != 0UL)
            {
                hash ^= Uin.GetHashCode();
            }
            hash ^= keys_.GetHashCode();
            return(hash);
        }
Example #4
0
    public override int GetHashCode()
    {
        int hash = 1;

        if (Uin != 0UL)
        {
            hash ^= Uin.GetHashCode();
        }
        hash ^= keys_.GetHashCode();
        if (_unknownFields != null)
        {
            hash ^= _unknownFields.GetHashCode();
        }
        return(hash);
    }