IsSubclassOf()

TypeInfo::IsSubclassOf(const TypeInfo&) const 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

Arguments

ParameterTypeDescription
typeconst TypeInfo&the type to compare with the current type

See Also