The notation is a bit confusing, but here's what I'm assuming is going on.
The first equation is the actual Markov property. It says that the distribution of "future" states $X_{m+1}, X_{m+2}, X_{m+3}, \dots$ given the "present" state $X_m$ and the "past" states $X_0, X_1, \dots, X_{m-1}$ is the same as the distribution of the future states given only the present state.
The second equation is a time-homogeneity property - usually part of the definition, but not always. It says that the distribution of the future states $X_{m+1}, X_{m+2}, \dots$ given the present state $X_m$ is the same as the distribution we'd get for the entire Markov chain, if it had started at $X_m$.
An example of a Markov chain that does not satisfy the second property is a random walk on the integers that "slows down": on the $n^{\text{th}}$ step, it goes left with probability $\frac1{2n}$, goes right with probability $\frac1{2n}$, and stays put with probability $1 - \frac1n$. This decision does not depend on how it got to the current state, so the Markov property holds. But this Markov chain is not time-homogeneous. If you're in state $0$ at the beginning of time, you'll always end up in state $1$ or $-1$ next. If you're in state $0$ before the $100^{\text{th}}$ step, there's a $99\%$ chance you'll stay at $0$.