Same
The probability for each card, for each hand, assuming a random shuffle, is identical. For a single-deck game, the first probability that the first card is any particular card is 1/52. The next card dealt's probability that it will be one of the remaining cards is 1/51; the probability that the second card will be the first card is 0. Etc.
For multi-deck games, it depends on whether you mean physically the same card, or a card of the same suit and value. If the former, 1 / (52 * num decks); if the latter, 1 / 52, same as above.
Probabilities are not influenced by previous hands/plays -- look up the "gambler's fallacy."