TechTalk Genome v4.2

NullableBoolean Bitwise And Operator 

Computes the bitwise AND of two specified NullableBoolean structures.

public static NullableBoolean operator &(
   NullableBoolean x,
   NullableBoolean y
);

Parameters

x
A NullableBoolean structure.
y
A NullableBoolean structure.

Return Value

False if either instance of NullableBoolean is False, True if both instances are True otherwise Null .

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