NullableTypes Class Library

NullableBoolean.IsTrue Property

Indicates whether the current Value is True.

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

Property Value

true if Value is True, otherwise false.

Remarks

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

See Also

NullableBoolean Class | NullableTypes Namespace