Skip to content

Commit

Permalink
Clarify that that two empty cancellation tokens are always equal
Browse files Browse the repository at this point in the history
  • Loading branch information
ohadschn committed Nov 25, 2017
1 parent 366fa01 commit 4ab101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System.Threading/CancellationToken.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
## Remarks
The cancellation token returned by this property cannot be canceled; that is, its <xref:System.Threading.CancellationToken.CanBeCanceled%2A> property is `false`.
You can also use the C# [default(CancellationToken)](~/docs/csharp/language-reference/keywords/default.md) statement to create an empty cancellation token.
You can also use the C# [default(CancellationToken)](~/docs/csharp/language-reference/keywords/default.md) statement to create an empty (and equivalent) cancellation token. Two empty cancellation tokens are always equal.
]]></format>
</remarks>
Expand Down

0 comments on commit 4ab101e

Please sign in to comment.