Not necessarily. Some brands work better than others.
Some MicroSDHCs will have in-game lag/freezing and some won't. The "class" doesn't really indicate the Random Access Time, which is what causes the problems (the "class" indicates the
write speed, which is independent of the read rate, and of the RAT).
However, on many cards which suffer from lag there is a fix, which has worked on every slow card
I've personally dealt with.
The RAT of Flash media is affected by the quality of the card, and on the
FAT Cluster Size. In short, the larger the cluster size, the quicker the RAT, and thus the less lag/freezing.
Changing the cluster size requires reformatting the MicroSD.
Windows/DOS
Code:
FORMAT X: /FS:FAT32 /A:32K
(Where X: is the drive letter of your MicroSDHC)
Linux
Code:
mkdosfs -S 512 -s 64 -F 32 -I /dev/sdx
(where /dev/sdx is the device of yout MicroSDHC)
If you do that on any but the worst MicroSDHC, you will have no Random Access Time freezing/lag.
So in conclusion, with the right know-how, a MicroSDHC is a very safe choice.