RSS.NET

DBBool Bitwise Or Operator 

Logical OR operator.

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

Parameters

x
a DBBool
y
a DBBool

Return Value

Returns True if either operand is True, otherwise Null if either operand is Null, otherwise False.

See Also

DBBool Class | Rss Namespace