NullableBool
Contents
[
Hide
]NullableBool class
A class for boolean values with possibility to check whether the value was defined or not.
Constructors
| Name | Description |
|---|---|
| NullableBool (2 overloads) | Initializes a new instance of the NullableBool struct with the specified boolean value. |
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | Returns a flag indicating whether this instance is equal to the specified instance of the NullableBool class. |
| get_IsDefined | Gets a value indicating whether the value was defined; otherwise, false. |
| get_Value | Gets a value indicating whether current value is true or false. |
| GetHashCode | Returns a hash code value for the instance of the NullableBool class. |
| set_Value | Sets a value indicating whether current value is true or false. |
| ToString | Returns a string that represents the current object. |