System::TypeInfo::IsInstanceOfType method
TypeInfo::IsInstanceOfType method
Determines whether the specified object is an instance of the current type.
bool System::TypeInfo::IsInstanceOfType(const SharedPtr<Object> &obj) const
Parameter | Type | Description |
---|---|---|
obj | const SharedPtr<Object>& | The object to compare with the current type |
ReturnValue
true if the current type is in the inheritance hierarchy of the object represented by obj
See Also
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Namespace System
- Library Aspose.PDF for C++