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