Metodo System::TypeInfo::IsInstanceOfType
TypeInfo::IsInstanceOfType method
Determina se l’oggetto specificato è un’istanza del tipo corrente.
bool System::TypeInfo::IsInstanceOfType(const SharedPtr<Object> &obj) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | const SharedPtr<Object>& | L’oggetto da confrontare con il tipo corrente |
ReturnValue
true se il tipo corrente è nella gerarchia di ereditarietà dell’oggetto rappresentato da obj
Vedi anche
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++