System::Threading::Tasks::ValueTask::operator== méthode

ValueTask::operator== method

Opérateur d’égalité pour ValueTask.

bool System::Threading::Tasks::ValueTask::operator==(const ValueTask &other) const
ParamètreTypeDescription
otherconst ValueTask&L’autre ValueTask à comparer avec cette instance.

ReturnValue

bool Vrai si les deux tâches ont la même tâche sous‑jacente ; sinon, false.

Voir aussi