isDerived

Returns true iff one type is an ancestor of the other, or if the types are the same. If either is null, returns false.

bool
isDerived
(
in ClassInfo derived
,
in ClassInfo base
)

Meta