operator!=()

ValueTask::operator!=(const ValueTask&) const method

Inequality operator for ValueTask.

bool System::Threading::Tasks::ValueTask::operator!=(const ValueTask &other) const

Arguments

ParameterTypeDescription
otherconst ValueTask&The other ValueTask to compare with this instance.

Return Value

bool True if the instances are not equal; otherwise, false.

See Also