NullableTypes Class Library

NullableBoolean Bitwise Or Operator 

Performs a bitwise OR operation on the two specified SqlBoolean structures.

[Visual Basic]
returnValue = NullableBoolean.op_BitwiseOr(x, y)
[C#]
public static NullableBoolean operator |(
   NullableBoolean x,
   NullableBoolean y
);

Parameters

x
A NullableBoolean structure.
y
A NullableBoolean structure.

Return Value

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

See Also

NullableBoolean Class | NullableTypes Namespace