My attempt is as below.
$(1\,2\,3\,4)=(1\,4)(1\,3)(1\,2)$ is an odd permutation.
$(1\,2)(3\,4)$ is an even permutation.
$\sigma$ can be either even or odd but not both.
Suppose $\sigma$ is even then $(1\,2\,3\,4) \circ \sigma$ is odd and $\sigma \circ (1\,2) (3\,4)$ is even. Which implies that $(1\,2\,3\,4) \circ \sigma \neq \sigma \circ (1\,2) (3\,4) $.
On the other hand suppose $\sigma$ is odd then $(1\,2\,3\,4) \circ \sigma$ is even and $\sigma \circ (1\,2) (3\,4)$ is odd. Which again means that $(1\,2\,3\,4) \circ \sigma \neq \sigma \circ (1\,2) (3\,4) $.
Please let me know if this is the correct way to tackle the mentioned problem. Thanks