ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / TagCollection Class / Contains Method
The item to locate in the collection.

In This Topic
    Contains Method (TagCollection)
    In This Topic
    Determines whether an item is in the TagCollection.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal value As Object _
    ) As Boolean
    public bool Contains( 
       object value
    )

    Parameters

    value
    The item to locate in the collection.
    See Also