Search notes:

System.Boolean (struct)

A System.Boolean allows to store the fundamental values for programming language: true and false.
Boolean inherits from System.ValueType.

See also

The PowerShell variable automatic PowerShell variables $true and $false.

Index