Method ContainsItem ContainsItem(string) Tells whether an item with the specified id exists or not. Declaration public bool ContainsItem(string id) Parameters Type Name Description string id The id of the TItem instance to find. Returns Type Description bool true if the item is found, false otherwise.