The bool value type represents the logical values
true and false. The size of this type is 8 bits, the representation of false is all-bits-zero, and the representation of true is unspecified except that it shall have at least one bit set.
Thread Safety
This type is safe for multithreaded operations.
Requirements
Namespace: System Assembly: mscorlib (in mscorlib.dll) Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0