System::TypeInfo::operator!= μέθοδος
περιεχόμενα
[
κρύβω
]TypeInfo::operator!=(const TypeInfo&) const method
Καθορίζει εάν τα τρέχοντα και τα καθορισμένα αντικείμενα TypeInfo δεν είναι ίσα.
bool System::TypeInfo::operator!=(const TypeInfo &info) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| info | const TypeInfo& | Το αντικείμενο TypeInfo για σύγκριση με |
ReturnValue
Αληθές εάν τα hash των αντικειμένων δεν είναι ίσα, διαφορετικά - ψευδές
Δείτε επίσης
- Class TypeInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
TypeInfo::operator!=(std::nullptr_t) const method
Καθορίζει εάν το τρέχον αντικείμενο TypeInfo δεν είναι αντικείμενο null, δηλαδή αντιπροσωπεύει κάποιο τύπο.
bool System::TypeInfo::operator!=(std::nullptr_t) const
ReturnValue
Αληθές εάν το τρέχον αντικείμενο TypeInfo δεν είναι αντικείμενο null, διαφορετικά - ψευδές
Δείτε επίσης
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++