'Declaration
<NotNullAttribute()> Public Shared Function IsNull( _ ByVal operand0 As UAFilterOperand _ ) As UAContentFilterElement
'Usage
Dim operand0 As UAFilterOperand Dim value As UAContentFilterElement value = UAFilterElements.IsNull(operand0)
[NotNull()] public static UAContentFilterElement IsNull( UAFilterOperand operand0 )
[NotNull()] public: static UAContentFilterElement^ IsNull( 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).