disabled game objects

hi all i was just wandering if disabling a gameobject in the inspector will remove it from putting it in the game build.

Disabling it in the inspector will remove it from the current build in game however it will still be in the game, just not active, it will not affect the player at all, however it could increase draw calls and would be a good idea to remove the gameObject all together, however if you are testing a game with and without a particular gameObject that is the best way to do it.