System::TypeInfo::operator==-Methode
TypeInfo::operator==(const TypeInfo&) const method
Bestimmt, ob das aktuelle und das angegebene TypeInfo-Objekte gleich sind.
bool System::TypeInfo::operator==(const TypeInfo &info) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| info | const TypeInfo& | Das TypeInfo-Objekt zum Vergleichen mit |
ReturnValue
Wahr, wenn die Hashwerte der Objekte gleich sind, sonst – falsch.
Siehe auch
- Class TypeInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++
TypeInfo::operator==(std::nullptr_t) const method
Bestimmt, ob das aktuelle TypeInfo-Objekt ein Null-Objekt ist, d. h. keinen Typ darstellt.
bool System::TypeInfo::operator==(std::nullptr_t) const
ReturnValue
Wahr, wenn das aktuelle TypeInfo-Objekt ein Null-Objekt ist, sonst – falsch.
Siehe auch
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++