If statement alternative

I was reading through various source codes, trying to teach myself more and more AS as usual… and some things brought me to ask this question.

let’s say I place a movie clip on the stage, called gun. would:

if (_root.gun) {}

return a true statement, simply because a MC called gun exists on the stage?