TypeInfo_Class.isBaseOf

bool isBaseOf(scope const TypeInfo_Class child) const @nogc nothrow pure @trusted

Returns true if the class described by child derives from or is the class described by this TypeInfo_Class. Always returns false if the argument is null.

Parameters

childTypeInfo for some class

Returns

true if the class described by child derives from or is the

class described by this TypeInfo_Class.