Invert boolean
Last modified: 21 July 2022This refactoring aims to flip the value of a Boolean variable and all its usages from True to False and vice versa.
Example
Before | After |
---|---|
|
|
To invert a Boolean variable, follow these steps
Place the caret at the name of a Boolean variable.
From the main menu, choose Refactor | Invert Boolean.
In the dialog that opens, click Preview to view the suggested changes in the Find tool window, or Refactor to invert the detected occurrences silently.
Thanks for your feedback!
Was this page helpful?