System::String::Is yöntemi

String::Is method

Geçirilen TypeInfo tarafından belirtilen tipe string nesnesinin ait olup olmadığını denetler.

bool System::String::Is(const System::TypeInfo &target) const
ParameterTypeAçıklama
targetconst System::TypeInfo&Karşılaştırma için TypeInfo.

ReturnValue

Hedef, String sınıfının TypeInfo ise true, aksi takdirde false.

Ayrıca Bakınız