'Declaration
<NotNullAttribute()> Public Shared Function Not( _ ByVal operand0 As UAFilterOperand _ ) As UAContentFilterElement
'Usage
Dim operand0 As UAFilterOperand Dim value As UAContentFilterElement value = UAFilterElements.Not(operand0)
[NotNull()] public static UAContentFilterElement Not( UAFilterOperand operand0 )
[NotNull()] public: static UAContentFilterElement^ Not( UAFilterOperand^ operand0 )
Parameters
- operand0
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).