Skip to content

Commit 43a40fa

Browse files
authored
remove optional members (#1372)
1 parent 1f7e66f commit 43a40fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

standard/standard-library.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,6 @@ namespace System.Threading.Tasks
711711
public CancellationTokenRegistration UnsafeRegister(Action<object?> callback, object? state);
712712
public CancellationTokenRegistration UnsafeRegister(Action<object?, CancellationToken> callback, object? state);
713713
public bool Equals(CancellationToken other);
714-
public override bool Equals([NotNullWhen(true)] object? other);
715-
public override int GetHashCode();
716714
public static bool operator ==(CancellationToken left, CancellationToken right);
717715
public static bool operator !=(CancellationToken left, CancellationToken right);
718716
public void ThrowIfCancellationRequested();

0 commit comments

Comments
 (0)