'UsageDim instance As _UAAttributeFieldCollection Dim operand As Object Dim value As Boolean value = instance.ContainsOperand(operand)
Parameters
- operand
- The simple attribute operand to search for. Must not be null.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
true if the collection contains an attribute field with the specified operand; otherwise, false.