TechTalk Genome v4.2

NullableBoolean True Operator 

The true operator can be used to test the Value of the NullableBoolean to determine whether it is true.

public static bool operator true(
   NullableBoolean x
);

Parameters

x
A NullableBoolean structure.

Return Value

true if Value is True, otherwise false.

Remarks

If the Value is Null, this operator still return 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