test if "a" tag inside "h3" tag

test if "a" tag inside "h3" tag

Im trying to test if "a" tag exist in "h3" tag but it is not working
$(this) is set to = "h3"

if($(this).children("a")==true){


please comment