isParentOf

fun isParentOf(child: Group): Boolean

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

Return

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

Parameters

child

The Group to compare.