Method Equals
Equals(AsyncOperationHandle<TObject>)
Provide equality for this struct.
선언
public bool Equals(AsyncOperationHandle<TObject> other)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AsyncOperationHandle<TObject> | other | The operation to compare to. |
반환
타입 | 설명 |
---|---|
bool | True if the the operation handles reference the same AsyncOperation and the version is the same. |