'Declaration Public Overloads Function Contains( _ ByVal item As ComboBoxItem _ ) As Boolean
'Usage Dim instance As ComboBoxItemList Dim item As ComboBoxItem Dim value As Boolean value = instance.Contains(item)
public bool Contains( ComboBoxItem item )
Parameters
- item
- The ComboBoxItem to locate.
Return Value
true if the ComboBoxItem is found in the list; false otherwise.