System::ObjectExt::IsBoxedValue method
ObjectExt::IsBoxedValue method
Verifica se l’oggetto è un valore incapsulato.
static bool System::ObjectExt::IsBoxedValue(const SmartPtr<Object> &obj)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | const SmartPtr<Object>& | Object per verificare se è un valore boxed. |
ReturnValue
True se obj è un valore boxed, false altrimenti.
Vedi anche
- Class SmartPtr
- Class Object
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++