System::Threading::Tasks::ResultValueTask::operator== yöntemi
ResultValueTask::operator== method
ResultValueTask için eşitlik operatörü.
bool System::Threading::Tasks::ResultValueTask<T>::operator==(const ResultValueTask &other) const
| Parametre | Tür | Açıklama |
|---|---|---|
| other | const ResultValueTask& | Bu örnek ile karşılaştırılacak diğer ResultValueTask. |
ReturnValue
bool True if both tasks have the same result value or reference the same underlying task; otherwise, false.
Açıklamalar
bool True if either instance contains a direct result value, compares the results directly. Otherwise, compares the underlying task pointers.
Ayrıca Bakınız
- Class ResultValueTask
- Class ResultValueTask
- Namespace System::Threading::Tasks
- Library Aspose.Font for C++