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
Parameter | Type | Description |
---|---|---|
type | const TypeInfo& | the type to compare with the current type |
See Also
- Class TypeInfo
- Class TypeInfo
- Namespace System
- Library Aspose.PDF for C++