System::TypeInfo::IsSubclassOf method

TypeInfo::IsSubclassOf method

Determines whether the type represented by the current object is a subclass of the specified class.

bool System::TypeInfo::IsSubclassOf(const TypeInfo &type) const
ParameterTypeDescription
typeconst TypeInfo&the type to compare with the current type

See Also