isDescendantOf

fun isDescendantOf(reference: ResolverReference): Boolean

Is this ResolverReference a descendant of the provided ResolverReference?

Return

true if this is a descendant; false otherwise.

Parameters

reference

The potential ancestor.