Represents the constant that is a false Boolean value.
[Visual Basic] Public Const False As Integer [C#] public const int False; [C++] public: const int False; [JScript] public var False : int;
The False constructor is equal to the Boolean class value that is zero.