Represents the Boolean value, which is either true or false.
[Visual Basic] Public Structure Boolean Implements IComparable, IConvertible [C#] public struct Boolean : IComparable, IConvertible [C++] public __value struct Boolean : public IComparable, IConvertible
[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.
The Boolean class provides object representation for the primitive type Boolean.
Namespace: System
Assembly: mscorlib.dll