Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HANDLE typedefs should overload the == operator #293

Closed
AArnott opened this issue Jun 12, 2021 · 0 comments
Closed

HANDLE typedefs should overload the == operator #293

AArnott opened this issue Jun 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AArnott
Copy link
Member

AArnott commented Jun 12, 2021

Checking a handle against the invalid value is tedious:

if (!handle.Equals(Constants.INVALID_HANDLE_VALUE))

It should be just:

if (handle != Constants.INVALID_HANDLE_VALUE)
@AArnott AArnott added the enhancement New feature or request label Jun 12, 2021
@AArnott AArnott self-assigned this Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant