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