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

            if (AuthState != 0)
            {
                hash ^= AuthState.GetHashCode();
            }
            if (Extra.Length != 0)
            {
                hash ^= Extra.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }