System::Threading::Tasks::ValueTask::operator!= method
ValueTask::operator!= method
Inequality operator for ValueTask.
bool System::Threading::Tasks::ValueTask::operator!=(const ValueTask &other) const
| Parameter | Type | Description |
|---|---|---|
| other | const ValueTask& | The other ValueTask to compare with this instance. |
ReturnValue
bool True if the instances are not equal; otherwise, false.
See Also
- Class ValueTask
- Class ValueTask
- Namespace System::Threading::Tasks
- Library Aspose.PDF for C++