[]
Gets a value indicating whether the ItemCollection<T> contains the specified T.
T
public bool Contains(T item)
A T object for which to check.
A bool value. true if the ItemCollection<T> contains the specified T; otherwise, false.
true
false