public override int GetHashCode()
    {
        int hashcode = 157;

        unchecked {
            if (__isset.verificationResult)
            {
                hashcode = (hashcode * 397) + VerificationResult.GetHashCode();
            }
            if (__isset.accountMigrationCheckType)
            {
                hashcode = (hashcode * 397) + AccountMigrationCheckType.GetHashCode();
            }
            if (__isset.recommendAddFriends)
            {
                hashcode = (hashcode * 397) + RecommendAddFriends.GetHashCode();
            }
        }
        return(hashcode);
    }