Is it possible to have a Boolean value, which depends on a hitTest?

I am trying to think of something like this:
aBoo:Boolean = this.hitTest(root.circle)

or Is there any other way?

Thx