共用方式為


false 常值 (C# 參考)

更新:2007 年 11 月

代表布林值 false。

範例

class TestClass
{
    static void Main() 
    {
        bool a = false;
        Console.WriteLine( a ? "yes" : "no" );
    }
}
// Output: no

C# 語言規格

如需詳細資料,請參閱 C# 語言規格中的下列章節:

  • 2.4.4.1 布林常值

請參閱

概念

C# 程式設計手冊

參考

C# 關鍵字

true (C# 參考)

其他資源

C# 參考