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

            if (Mgsid != 0)
            {
                hash ^= Mgsid.GetHashCode();
            }
            if (Gateclient != 0)
            {
                hash ^= Gateclient.GetHashCode();
            }
            if (Token.Length != 0)
            {
                hash ^= Token.GetHashCode();
            }
            if (UserName.Length != 0)
            {
                hash ^= UserName.GetHashCode();
            }
            if (Port != 0)
            {
                hash ^= Port.GetHashCode();
            }
            if (Ip.Length != 0)
            {
                hash ^= Ip.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Mgsid != 0)
            {
                hash ^= Mgsid.GetHashCode();
            }
            if (Nsid != 0)
            {
                hash ^= Nsid.GetHashCode();
            }
            if (Othermsg.Length != 0)
            {
                hash ^= Othermsg.GetHashCode();
            }
            if (Othermsgid != 0)
            {
                hash ^= Othermsgid.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 3
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Mgsid != 0)
            {
                hash ^= Mgsid.GetHashCode();
            }
            if (State != 0)
            {
                hash ^= State.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 4
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Mgsid != 0)
            {
                hash ^= Mgsid.GetHashCode();
            }
            if (LoginSuccess != 0)
            {
                hash ^= LoginSuccess.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 5
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Mgsid != 0)
            {
                hash ^= Mgsid.GetHashCode();
            }
            if (Logininfo.Length != 0)
            {
                hash ^= Logininfo.GetHashCode();
            }
            if (Gcid != 0)
            {
                hash ^= Gcid.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 6
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Mgsid != 0)
            {
                hash ^= Mgsid.GetHashCode();
            }
            if (Gotmsgid != 0)
            {
                hash ^= Gotmsgid.GetHashCode();
            }
            if (Otherval != 0UL)
            {
                hash ^= Otherval.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 7
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Mgsid != 0)
            {
                hash ^= Mgsid.GetHashCode();
            }
            if (Gsid != 0)
            {
                hash ^= Gsid.GetHashCode();
            }
            if (Port != 0)
            {
                hash ^= Port.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }