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

ValueTask::operator== method

Likhetsoperator för ValueTask.

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

ReturnValue

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

Se även