Implement IEquatable<T> on the runtime handle types.#63358
Implement IEquatable<T> on the runtime handle types.#63358jkotas merged 1 commit intodotnet:mainfrom
IEquatable<T> on the runtime handle types.#63358Conversation
|
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
|
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsI also called the
|
147a9f4 to
4201f3f
Compare
|
You should be also able delete these baseline exclusions: https://github.com/dotnet/runtime/blob/main/src/libraries/System.Runtime/src/MatchingRefApiCompatBaseline.txt#L28 |
4201f3f to
a181c14
Compare
I also called the
Equalsmethod via the interface in the tests.FixesContributes to #62944.