Method Contains
Contains(T)
Gets a value indicating whether the collection contains the specified item or not
bool Contains(T item)
Parameters
itemTItem to look for
Gets a value indicating whether the collection contains the specified item or not
bool Contains(T item)
item TItem to look for