Skip to content

Implement IEquatable<T> for AsyncFlowControl #31996

@reflectronic

Description

@reflectronic

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
    {

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions