HashSetTKey, TValueContains - метод
Determines if the set contains a specific item.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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.
Boolean if found; otherwise
.
ICollectionTContains(T)