System::Threading::Tasks::ResultValueTask::Equals method
Contents
[
Hide
]ResultValueTask::Equals(ResultValueTask) method
Determines whether this instance equals another ResultValueTask instance.
bool System::Threading::Tasks::ResultValueTask<T>::Equals(ResultValueTask other) override
| Parameter | Type | Description |
|---|---|---|
| other | ResultValueTask | The other ResultValueTask to compare with this instance. |
ReturnValue
bool True if the instances are equal; otherwise, false.
See Also
- Class ResultValueTask
- Class ResultValueTask
- Namespace System::Threading::Tasks
- Library Aspose.PDF for C++
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
| Parameter | Type | Description |
|---|---|---|
| obj | System::SharedPtr<System::Object> | The object to compare with this instance. |
ReturnValue
bool True if the object is a ResultValueTask and equal to this instance; otherwise, false.
See Also
- Typedef SharedPtr
- Class Object
- Class ResultValueTask
- Namespace System::Threading::Tasks
- Library Aspose.PDF for C++