NullableBool

NullableBool class

A class for boolean values with possibility to check whether the value was defined or not.

The NullableBool type exposes the following members:

Constructors

NameDescription
NullableBool(value)Initializes a new instance of the NullableBool class
NullableBool(value, is_defined)Initializes a new instance of the NullableBool class
NullableBool()Initializes a new instance of the NullableBool class

Properties

NameDescription
valueGets or sets a value indicating whether current value is true or false.
is_definedGets a value indicating whether the value was defined; otherwise, false.

Methods

NameDescription
equals(other)Returns a flag indicating whether this instance is equal to the specified instance of the

See Also