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