NullableBool Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() ![]() | (Boolean to NullableBool) |
Implicitly converts boolean value to the NullableBool instance.
|
![]() ![]() ![]() | (NullableBool to Boolean) |
Implicitly converts a NullableBool instance to a boolean value.
Returns true when Value is true and IsDefined is true.
|