hasAncestor

fun A_Module.hasAncestor(potentialAncestor: A_Module): Boolean

Determine if the given module is equal to or an ancestor of the receiver.

Return

true if potentialAncestor equals or is an ancestor of this, otherwise false.

Parameters

potentialAncestor

The A_Module to test for membership in the receiver's ancestry.