Suppose real variable $Y$ is a mean-preserving spread of $X$, e.g. $Y = X + \epsilon$, where $\epsilon$ has expected value zero and is independent of $X$. $X$ takes on value $r$ with positive probability. Is it then true that
$$ P(X \geq r) = P(Y \geq r) ?$$
Suppose $X$ is uniformly chosen from $\{1,2,3,4,5,6\}$ (you roll a die) and $\epsilon$ is uniformly chosen from $\{-100,100\}$. Then $\Pr[X \ge 6] = \frac16$ but $\Pr[X+\epsilon \ge 6] = \frac12$.