_isDefined

Produces Yes if the name passed into it is a real Thing -- Function
NAME -> _isDefined -> YES or NO You typically use _isDefined with a Tag Property. It is simply a way to ask "is there actually something with this name?", so that you can handle it differently depending on whether there is or not.