• Checks if a class is a descendant of another class (at any level in the hierarchy) This is an alias for IsSubclassOf with a more descriptive name

    Parameters

    • PotentialDescendant: any

      The potential descendant class constructor

    • PotentialAncestor: any

      The potential ancestor class constructor

    Returns boolean

    True if PotentialDescendant inherits from PotentialAncestor at any level