System::TypeInfo::IsInstanceOfType method
TypeInfo::IsInstanceOfType method
يحدد ما إذا كان الكائن المحدد نسخة من النوع الحالي.
bool System::TypeInfo::IsInstanceOfType(const SharedPtr<Object> &obj) const
| Parameter | Type | الوصف |
|---|---|---|
| obj | const SharedPtr<Object>& | الكائن للمقارنة مع النوع الحالي |
ReturnValue
true إذا كان النوع الحالي ضمن تسلسل الوراثة للكائن الممثل بـ obj
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++