Equals()
ValueTask::Equals(ValueTask) method
Determines whether this instance equals another ValueTask instance.
bool System::Threading::Tasks::ValueTask::Equals(ValueTask other) override
Arguments
Parameter | Type | Description |
---|---|---|
other | ValueTask | The other ValueTask to compare with this instance. |
Return Value
bool True if the instances are equal; otherwise, false.
ValueTask::Equals(System::SharedPtr<System::Object>) method
Determines whether this instance equals another object.
bool System::Threading::Tasks::ValueTask::Equals(System::SharedPtr<System::Object> obj) override
Arguments
Parameter | Type | Description |
---|---|---|
obj | System::SharedPtr<System::Object> | The object to compare with this instance. |
Return Value
bool True if the object is a ValueTask and equal to this instance; otherwise, false.
See Also
- Typedef SharedPtr
- Class ValueTask
- Class Object
- Namespace System::Threading::Tasks
- Library Aspose.Slides