System::Object::Is method
Object::Is method
Check if object represents an instance of type described by targetType. Analog of C# ‘is’ operator.
virtual bool System::Object::Is(const TypeInfo &targetType) const
Parameter | Type | Description |
---|---|---|
targetType | const TypeInfo& | TypeInfo structure describing the type to test current object against. |
ReturnValue
True if object is of tagged type or its subclass, false otherwise.
See Also
- Class TypeInfo
- Class Object
- Namespace System
- Library Aspose.PUB for C++