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