Show / Hide Table of Contents

Operator LogicalNot

| Improve this Doc View Source

LogicalNot(_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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest