System::Threading::Tasks::ResultValueTask::operator!= method

ResultValueTask::operator!= method

Inequality operator for ResultValueTask.

bool System::Threading::Tasks::ResultValueTask<T>::operator!=(const ResultValueTask &other) const
ParameterTypeDescription
otherconst ResultValueTask&The other ResultValueTask to compare with this instance.

ReturnValue

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

See Also