System::WeakReference< T >::operator!= μέθοδος
WeakReference< T >::operator!=(const WeakReference<T>&) const method
Συγκρίνει το αναφερόμενο αντικείμενο με άλλη παρουσία κλάσης WeakReference.
bool System::WeakReference<T>::operator!=(const WeakReference<T> &other) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| other | const WeakReference<T>& | Συγκρίνετε το Object. |
ReturnValue
Αληθές εάν τα συγκρινόμενα αντικείμενα αναφέρονται σε διαφορετικά αντικείμενα, ψευδές εάν τα αντικείμενα είναι ίδια.
Δείτε επίσης
- Class WeakReference
- Class WeakReference< T >
- Namespace System
- Library Aspose.Page for C++
WeakReference< T >::operator!=(std::nullptr_t) const method
Ελέγχει αν το αναφερόμενο αντικείμενο δεν είναι null.
bool System::WeakReference<T>::operator!=(std::nullptr_t) const
ReturnValue
Αληθές εάν το αναφερόμενο αντικείμενο δεν είναι null, ψευδές διαφορετικά.
Δείτε επίσης
- Class WeakReference< T >
- Namespace System
- Library Aspose.Page for C++