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

            hash ^= user_.GetHashCode();
            if (default_ != null)
            {
                hash ^= Default.GetHashCode();
            }
            if (detour_ != null)
            {
                hash ^= Detour.GetHashCode();
            }
            if (SecureEncryptionOnly != false)
            {
                hash ^= SecureEncryptionOnly.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }