System::TypeInfo::operator== yöntemi

TypeInfo::operator==(const TypeInfo&) const method

Mevcut ve belirtilen TypeInfo nesnelerinin eşit olup olmadığını belirler.

bool System::TypeInfo::operator==(const TypeInfo &info) const
ParameterTypeAçıklama
infoconst TypeInfo&Karşılaştırılacak TypeInfo nesnesi

ReturnValue

Nesnelerin hash değerleri eşitse true, aksi takdirde false

Ayrıca Bakınız

TypeInfo::operator==(std::nullptr_t) const method

Geçerli TypeInfo nesnesinin null-nesne olup olmadığını belirler, yani herhangi bir türü temsil etmez.

bool System::TypeInfo::operator==(std::nullptr_t) const

ReturnValue

Geçerli TypeInfo nesnesi null-nesne ise doğru, aksi takdirde - yanlış.

Ayrıca Bakınız