System::WeakReference< T >::operator== 메서드
WeakReference< T >::operator==(const WeakReference<T>&) const method
참조된 객체를 다른 인스턴스 WeakReference 클래스와 비교합니다.
bool System::WeakReference<T>::operator==(const WeakReference<T> &other) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| other | const WeakReference<T>& | Object와 비교합니다. |
ReturnValue
비교된 객체가 동일한 객체를 참조하면 true, 그렇지 않으면 false.
또 보기
- 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이면 true, 그렇지 않으면 false.
또 보기
- Class WeakReference< T >
- Namespace System
- Library Aspose.Page for C++