System::TypeInfo::IsAssignableFrom method
TypeInfo::IsAssignableFrom method
Determines whether an instance of a specified type can be assigned to a variable of the current type.
bool System::TypeInfo::IsAssignableFrom(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++