[]
Determines whether the collection contains a specific item.
public bool Contains(SubItem item)
Public Function Contains(item As SubItem) As Boolean
Type | Name | Description |
---|---|---|
SubItem | item | The SubItem to locate in the collection. |
Type | Description |
---|---|
bool | true if the item is found in the collection; otherwise, false. |