Let
$$f(x, y) := \begin{cases} sgn(xy) \over x^2 + y^2, & \text{$(x, y) \in \Bbb R^2 \setminus ${0}$$} \\ 0, & \text{otherwise} \end{cases}$$
be a function with
$${\rm sgn}(xy) := \begin{cases} 1, & \text{$xy > 0$} \\ -1, & \text{$xy < 0$} \\ 0, & \text{$xy = 0$} \end{cases}$$
Calculate
$$\int_{\Bbb R} \int_{\Bbb R} f(x, y) d\lambda(x) d\lambda(y)$$ and
$$\int_{\Bbb R} \int_{\Bbb R} f(x, y) d\lambda(y) d\lambda(x).$$
Edit:
I deleted my former approach and would like to try a new one:
We are allowed to assume that
$$f = f_+ + f_-.$$
Hence, we are allowed to write the inner integral as
$$\int_{\Bbb R} f(x, y)_+ d\lambda(x) + \int_{\Bbb R} f(x, y)_- d\lambda(x) = \int_{\Bbb R} {1 \over x^2 + y^2} d\lambda(x) + \int_{\Bbb R} {-1 \over x^2 + y^2} d\lambda(x).$$
Using the linearity of the integral, we receive:
$$\int_{\Bbb R} {1 \over x^2 + y^2} d\lambda(x) - \int_{\Bbb R} {1 \over x^2 + y^2} d\lambda(x).$$
Both integrals are identical, hence their difference is $0$, and so is the outer integral then.
Is that a valid answer?