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
| Parametre | Tür | Açıklama |
|---|---|---|
| targetType | const TypeInfo& | TypeInfo yapısı, mevcut nesneyi test etmek için kullanılan türü tanımlar. |
ReturnValue
Nesne etiketli türde veya onun alt sınıfındaysa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class TypeInfo
- Class Object
- Namespace System
- Library Aspose.Font for C++