Previously I have discussed about odd number of intersect points (See : If the graphs of $f(x)$ and $f^{-1}(x)$ intersect at an odd number of points, is at least one point on the line $y=x$?) Now , I want to know the even condition . For example $f(x) = \sqrt{x}$ and $f^{-1}(x) = x^2 , x\ge 0$ intersects each other in $(0,0)$ and $(1,1)$ points and these points located on $y=x$ line
Edit : Consider $f$ is continuous function.
Your question, as it currently stands definitely does not hold, as you do not specify the domain, continuity or conditions on inverse. This answer does define an $f$ on the whole real line that has a proper inverse.
Consider the function: $$ \begin{align} f(x) = \begin{cases} 1 &\text{if $x = 0$}\\ 0 &\text{if $x = 1$}\\ x^2 &\text{if $x > 0$ and $x\neq 1$}\\ -2x &\text{if $x < 0$} \end{cases} \end{align} $$ which has inverse $$ \begin{align} f^{-1}(y) = \begin{cases} 1 &\text{if $y = 0$}\\ 0 &\text{if $y = 1$}\\ \sqrt{x} &\text{if $x > 0$ and $x\neq 1$}\\ -\tfrac{x}{2} &\text{if $x < 0$} \end{cases} \end{align} $$ and so $f(x) = f^{-1}(y)$ only at $x = 0$ and $x = 1$, but at these points $f(x) \neq x$.