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