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

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 true si les deux tâches ont la même tâche sous-jacente ; sinon, false.

Voir aussi