operator!=()

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

Inequality operator for ResultValueTask.

bool System::Threading::Tasks::ResultValueTask<T>::operator!=(const ResultValueTask &other) const

Arguments

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

Return Value

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

See Also