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
ParametreTürAçıklama
otherconst 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