operator==()
ValueTask::operator==(const ValueTask&) const method
Equality operator for ValueTask.
bool System::Threading::Tasks::ValueTask::operator==(const ValueTask &other) const
Arguments
Parameter | Type | Description |
---|---|---|
other | const ValueTask& | The other ValueTask to compare with this instance. |
Return Value
bool True if both tasks have the same underlying task; otherwise, false.
See Also
- Class ValueTask
- Namespace System::Threading::Tasks
- Library Aspose.Slides