TechTalk Genome v4.2

NullableBoolean.IsFalse Property

Indicates whether the current Value is False.

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.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace