RSS.NET

DBBool Bitwise And Operator 

Logical AND operator.

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

Parameters

x
a DBBool
y
a DBBool

Return Value

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

See Also

DBBool Class | Rss Namespace