Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Represents the boolean value false.
Example
class TestClass
{
static void Main()
{
bool a = false;
Console.WriteLine( a ? "yes" : "no" );
}
}
// Output: no
C# Language Specification
For more information, see the C# Language Specification. The language specification is the definitive source for C# syntax and usage.