public override int GetHashCode()
        {
            int hash = 1;

            if (invite_ != null)
            {
                hash ^= Invite.GetHashCode();
            }
            if (player_ != null)
            {
                hash ^= Player.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }