Mono Class Library: System Namespace

System.Boolean Structure

Represents a Boolean value. [Edit]

See Also: Boolean Members

[System.Runtime.InteropServices.ComVisible(true)]
public struct Boolean : IComparable, IComparable<bool>, IConvertible, IEquatable<bool>

Thread Safety

This type is safe for multithreaded operations.

Remarks

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. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0