Bool |
public struct Bool32 : IEquatable<Bool32>
The Bool32 type exposes the following members.
Name | Description | |
---|---|---|
Equals(Bool32) | Returns whether another Bool32 value is considered equal to this one. Two Bool32s are considered equal when their raw values are equal. | |
Equals(Object) | (Overrides ValueTypeEquals(Object)) | |
GetHashCode | (Overrides ValueTypeGetHashCode) | |
ToString | (Overrides ValueTypeToString) |
Name | Description | |
---|---|---|
Equality(Bool32, Bool32) | ||
(Bool32 to Boolean) | ||
(Bool32 to UInt32) | ||
(Boolean to Bool32) | ||
(UInt32 to Bool32) | ||
Inequality(Bool32, Bool32) |
Name | Description | |
---|---|---|
False | Represents the boolean "true" value. Has a raw value of 0. | |
True | Represents the boolean "true" value. Has a raw value of 1. | |
Value | The raw value of the Bool32. A value of 0 represents "false", all other values represent "true". |