System::Object::Is method
Object::Is method
Nesnenin targetType tarafından tanımlanan türün bir örneği olup olmadığını kontrol eder. C# ‘is’ operatörünün benzeri.
virtual bool System::Object::Is(const TypeInfo &targetType) const
| Parameter | Type | Açıklama |
|---|---|---|
| targetType | const TypeInfo& | TypeInfo mevcut nesneyi test etmek için kullanılacak türü tanımlayan yapı. |
ReturnValue
Nesne etiketli türe veya alt sınıfına aitse doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class TypeInfo
- Class Object
- Namespace System
- Library Aspose.Page for C++