The true operator can be used to test the Value of the NullableBoolean to determine whether it is true.
true if Value is True, otherwise false.
If the Value is Null, this operator still return false.
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace