HashSetTKey, TValueContains - метод
Determines whether the ICollectionT contains a specific value.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 object to locate in the ICollectionT.
Boolean if
item is found in the
ICollectionT; otherwise,
.
ICollectionTContains(T)