System::WeakReference< T >::operator!= μέθοδος

WeakReference< T >::operator!=(const WeakReference<T>&) const method

Συγκρίνει το αναφερόμενο αντικείμενο με άλλη παρουσία κλάσης WeakReference.

bool System::WeakReference<T>::operator!=(const WeakReference<T> &other) const
ParameterTypeΠεριγραφή
otherconst WeakReference<T>&Συγκρίνετε το Object.

ReturnValue

Αληθές εάν τα συγκρινόμενα αντικείμενα αναφέρονται σε διαφορετικά αντικείμενα, ψευδές εάν τα αντικείμενα είναι ίδια.

Δείτε επίσης

WeakReference< T >::operator!=(std::nullptr_t) const method

Ελέγχει αν το αναφερόμενο αντικείμενο δεν είναι null.

bool System::WeakReference<T>::operator!=(std::nullptr_t) const

ReturnValue

Αληθές εάν το αναφερόμενο αντικείμενο δεν είναι null, ψευδές διαφορετικά.

Δείτε επίσης