Can I do a typeof find a custom class?

I want to trace through all the items on the stage and find every instance of MyCustomClip instances. Can I do that?

if(typeof(clip.getChildAt(i)) == "MyCustomClip"){ do something}