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, ψευδές διαφορετικά.

Δείτε επίσης