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