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