We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7e66f commit 43a40faCopy full SHA for 43a40fa
standard/standard-library.md
@@ -711,8 +711,6 @@ namespace System.Threading.Tasks
711
public CancellationTokenRegistration UnsafeRegister(Action<object?> callback, object? state);
712
public CancellationTokenRegistration UnsafeRegister(Action<object?, CancellationToken> callback, object? state);
713
public bool Equals(CancellationToken other);
714
- public override bool Equals([NotNullWhen(true)] object? other);
715
- public override int GetHashCode();
716
public static bool operator ==(CancellationToken left, CancellationToken right);
717
public static bool operator !=(CancellationToken left, CancellationToken right);
718
public void ThrowIfCancellationRequested();
0 commit comments