Méthode System::TypeInfo::operator!=.
Contenu
[
Cacher
]TypeInfo::operator!=(const TypeInfo&) const method
Détermine si les objets TypeInfo actuels et spécifiés ne sont pas égaux.
bool System::TypeInfo::operator!=(const TypeInfo &info) const
| Paramètre | Type | Description |
|---|---|---|
| info | const TypeInfo& | L’objet TypeInfo à comparer |
ReturnValue
Vrai si les hachages des objets ne sont pas égaux, sinon - faux
Voir aussi
- Class TypeInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++
TypeInfo::operator!=(std::nullptr_t) const method
Détermine si l’objet TypeInfo actuel n’est pas un objet nul, c’est‑à‑dire s’il représente un type.
bool System::TypeInfo::operator!=(std::nullptr_t) const
ReturnValue
Vrai si l’objet TypeInfo actuel n’est pas un objet nul, sinon - faux
Voir aussi
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++