RSS.NET

DBBool Logical Not Operator 

Logical negation operator.

[Visual Basic]
returnValue = DBBool.op_LogicalNot(x)
[C#]
public static DBBool operator !(
   DBBool x
);

Parameters

x
a DBBool

Return Value

Returns True if the operand is False, Null if the operand is Null, or False if the operand is True.

See Also

DBBool Class | Rss Namespace