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