isChildOf

fun isChildOf(reference: ResolverReference): Boolean

Is this ResolverReference a direct child of the provided ResolverReference?

Return

true if this is a descendant; false otherwise.

Parameters

reference

The potential parent.