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