In This Topic
The following tables list the members exposed by Bool.
Public Constructors
Public Fields
| Name | Description |
| False | The boolean False value. |
| SizeInBytes | The size of the Bool type, in bytes. |
| True | The boolean True value. |
Top
Public Properties
| Name | Description |
| Value | Gets or sets the boolean value. |
Top
Public Methods
| Name | Description |
| Equals | Overloaded. Indicates whether this instance and a specified object are equal. |
| GetHashCode | Returns a hash code for this instance. |
| ToString | Returns a string that represents the current object. |
Top
Public Operators
See Also