'DeclarationPublic Function ContainsOperand( _ ByVal operand As UASimpleAttributeOperand _ ) As Boolean
'UsageDim instance As UAAttributeFieldCollection Dim operand As UASimpleAttributeOperand Dim value As Boolean value = instance.ContainsOperand(operand)
public bool ContainsOperand( UASimpleAttributeOperand operand )
public: bool ContainsOperand( UASimpleAttributeOperand^ 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
Returns
true if the collection contains an attribute field with the specified operand; otherwise, false.