Method Equals
Equals(AsyncOperationHandle)
Provide equality for this struct.
Declaration
public bool Equals(AsyncOperationHandle other)
Parameters
Type | Name | Description |
---|---|---|
AsyncOperationHandle | other | The operation to compare to. |
Returns
Type | Description |
---|---|
bool | True if the the operation handles reference the same AsyncOperation and the version is the same. |