[]
Removes the specified T object from the ItemCollection<T>.
T
public bool Remove(T item)
A T object to remove.
A bool value. true if the T was successfully removed; otherwise, false.
true
false