DVTk API
LogicalNot Operator
DVTkDvtkHighLevelInterface.Common.OtherGenericBooleanExpression<(Of <(T, TCollection>)>)LogicalNot(GenericBooleanExpression<(Of <(T, TCollection>)>))
DVTk API

[This is preliminary documentation and is subject to change.]

Performs the logical NOT operation on the supplied boolean expression.
Declaration Syntax
C#Visual BasicVisual C++
public static GenericBooleanExpression<T, TCollection> operator !(
	GenericBooleanExpression<T, TCollection> booleanExpression
)
Public Shared Operator Not ( _
	booleanExpression As GenericBooleanExpression(Of T, TCollection) _
) As GenericBooleanExpression(Of T, TCollection)
public:
static GenericBooleanExpression<T, TCollection>^ operator !(
	GenericBooleanExpression<T, TCollection>^ booleanExpression
)
Parameters
booleanExpression (GenericBooleanExpression<(Of <(T, TCollection>)>))
The boolean expression.
Return Value

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0