LibGDX TextureAtlas

I want to batch texture by using TextureAtlas.

However, I’m not sure if using addRegion(name, TextureRegion) works as if the textures are all one.

Will using TextureAtlas in this way give me packed texture performance?