System::ObjectExt::IsBoxedValue Methode
ObjectExt::IsBoxedValue method
Prüft, ob das Objekt ein geboxter Wert ist.
static bool System::ObjectExt::IsBoxedValue(const SmartPtr<Object> &obj)
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj | const SmartPtr<Object>& | Object zum Testen, ob es ein gepackter Wert ist. |
ReturnValue
Wahr, wenn obj ein gepackter Wert ist, sonst falsch.
Siehe auch
- Class SmartPtr
- Class Object
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++