HashSet<TKey, TValue>.Contains - метод
Determines if the set contains a specific item
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.0.5
public bool Contains(
TValue item
)
Public Function Contains (
item As TValue
) As Boolean
public:
virtual bool Contains(
TValue item
) sealed
abstract Contains :
item : 'TValue -> bool
override Contains :
item : 'TValue -> bool
- item TValue
- The item to check if the set contains.
Booleantrue if found; otherwise
false.
ICollection<T>.Contains(T)