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

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

Geçerli ve belirtilen TypeInfo nesnelerinin eşit olup olmadığını belirler.

bool System::TypeInfo::operator==(const TypeInfo &info) const
ParametreTürAçıklama
infoconst TypeInfo&Geçerli TypeInfo nesnesi null-nesne değilse doğru, aksi takdirde - yanlış

ReturnValue

Nesnelerin hash’leri 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ı, yani herhangi bir türü temsil etmeyip etmediğini belirler.

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

ReturnValue

Geçerli TypeInfo nesnesi null-nesne ise true, aksi takdirde - false

Ayrıca Bakınız