TechTalk Genome v4.2

NullableBoolean False Operator 

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

public static bool operator false(
   NullableBoolean x
);

Parameters

x
A NullableBoolean structure.

Return Value

true if Value is False, 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