NullableTypes Class Library

NullableBoolean.False Field

Represents a false value that can be assigned to the Value property of an instance of the NullableBoolean structure.

[Visual Basic]
Public Shared ReadOnly False As NullableBoolean
[C#]
public static readonly NullableBoolean False;

Remarks

The False field is a constant for the NullableBoolean structure.

See Also

NullableBoolean Class | NullableTypes Namespace