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
The potential descendant class constructor
The potential ancestor class constructor
True if PotentialDescendant inherits from PotentialAncestor at any level
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