Is()
SmartPtr::Is(const System::TypeInfo&) const method
Checks if pointed object is of specific type or its child type. Follows C# ‘is’ semantics.
bool System::SmartPtr<T>::Is(const System::TypeInfo &target) const
Arguments
Parameter | Type | Description |
---|---|---|
target | const System::TypeInfo& | Specifies target type to check against. |
Return Value
True if C# ‘is’-style check is positive and false otherwise.
Remarks
Implementation.
See Also
- Class TypeInfo
- Class SmartPtr
- Namespace System
- Library Aspose.Slides