NullableTypes Class Library

NullableBoolean.IsFalse Property

Indicates whether the current Value is False.

[Visual Basic]
Public ReadOnly Property IsFalse As Boolean
[C#]
public bool IsFalse {get;}

Property Value

true if Value is False, otherwise false.

Remarks

If the Value is Null, this property still will be false.

See Also

NullableBoolean Class | NullableTypes Namespace