Let $G_{2n,p}$ be the binomial random graph on $2n$ vertices, i.e. a certain edge is within the graph with probability $p$.
What is the probability that a realization of $G_{2n,p}$ is bipartite with two vertex sets each of size $n$?
I think it should be
$$\mathbb P (G_{2n,p} \text{bipartite}) = (1-p)^{2 (n-1)!},$$
since within both disjoint vertex subsets no edge can exist, thus in each of the two subsets $(n-1)!$ edges do not exist.
Is this argument correct?