Operator LogicalNot
| Improve this Doc View SourceLogicalNot(_Boolean)
Performs a NOT operation on a _Boolean.
Declaration
public static _Boolean operator !(_Boolean x)
Parameters
| Type | Name | Description |
|---|---|---|
| _Boolean | x | The original _Boolean on which the NOT operation will be performed. |
Returns
| Type | Description |
|---|---|
| _Boolean | The result _Boolean expression. |