ECMA-334 C# Language Specification

9.4.4.1: Boolean literals

There are two boolean literal values: true and false.

boolean-literal
true
false

The type of a boolean-literal is bool .