-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Threading
Milestone
Description
Similar to #2127, all the required members for implementing IEquatable already exist, it just needs to be marked as so in the source.
namespace System.Threading
{
- public struct AsyncFlowControl : IDisposable
+ public struct AsyncFlowControl : IEquatable<AsyncFlowControl>, IDisposable
{Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Threading