[]
Determines whether an element is in this collection.
public bool Contains(ListItem item)
Public Function Contains(item As ListItem) As Boolean
A ListItem object.
Abool value, true if contains, otherwise, false.