| C1.WPF.DX.4 Assembly > C1.Util.DX Namespace : Bool Structure |
The following tables list the members exposed by Bool.
| Name | Description | |
|---|---|---|
![]() | Bool Constructor | Initializes a new instance of the Bool class. |
| Name | Description | |
|---|---|---|
![]() ![]() | False | The boolean False value. |
![]() | SizeInBytes | The size of the Bool type, in bytes. |
![]() ![]() | True | The boolean True value. |
| 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. |
Equality | Determines if the specified values are equal. |
Implicit Type Conversion | Overloaded. Performs an explicit conversion from Bool to System.Boolean. |
Inequality | Determines if the specified values are not equal. |