isChildOf

fun isChildOf(parent: Group): Boolean

Returns whether this Group is a child group of the given one.

Return

True if this Group is a child group of the given one, otherwise false.

Parameters

parent

The Group to compare.