[]
        
(Showing Draft Content)

C1.Win.Input.TagCollection.Contains

Contains Method

Contains(object)

Determines whether an item is in the TagCollection.

Declaration
public bool Contains(object value)
Parameters
Type Name Description
object value

The item to locate in the collection.

Returns
Type Description
bool
Implements