-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.ComponentModel
Description
Type of issue
Other (describe below)
Description
Throughout the documentation appear statements like:
`if ( boolean-variable == true ) { do something }`
The if-statement should read
`if ( boolean-variable ) ...`
Page URL
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.ComponentModel/BackgroundWorker.xml
Document Version Independent Id
2bbec9a8-0dcc-dba0-f5a7-2ef5a9cb97dd
Article author
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.ComponentModel