ComboBoxObjectCollectionContains Method |
Determines if the specified itemis a member of the collection.
Namespace:
ABB.Robotics.Tps.Windows.Forms
Assembly:
ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntaxpublic virtual bool Contains(
Object item
)
Parameters
- item
- Type: SystemObject
The item to locate in the collection.
Return Value
Type:
Booleantrue if the item is a member of the collection; otherwise,
false.
See Also