System::Threading::Tasks::ValueTask::operator== method

ValueTask::operator== method

Equality operator for ValueTask.

bool System::Threading::Tasks::ValueTask::operator==(const ValueTask &other) const
ParameterTypeDescription
otherconst ValueTask&The other ValueTask to compare with this instance.

ReturnValue

bool True if both tasks have the same underlying task; otherwise, false.

See Also