System::Threading::Tasks::ValueTask::operator== metod

ValueTask::operator== method

Likhetsoperator för ValueTask.

bool System::Threading::Tasks::ValueTask::operator==(const ValueTask &other) const
ParameterTypBeskrivning
otherconst ValueTask&Den andra ValueTask att jämföra med denna instans.

ReturnValue

bool Sant om båda uppgifterna har samma underliggande uppgift; annars falskt.

Se även