A silly example:
$\exists x (P (x, x)) \leftrightarrow \exists x\forall x (P (x, x))$
Intuition tells me that, because we're dealing with the same variable, the Exists on the right side is of no importance, so that side of the equation would be equivalent to $\forall x (P (x, x))$.
Now, concerning the final result, does the existence of an x that satisfies P implies that all x do? If so, why?
"$\exists x \forall x(P(x, x))$" is not a well-formed formula - you're not allowed to overload variables like this, precisely because it leads to ambiguity.