UniqueNameCollectionTContains(T) - метод
Determines whether the ICollectionT contains a specific value.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
public:
virtual bool Contains(
T item
) sealed
abstract Contains :
item : 'T -> bool
override Contains :
item : 'T -> bool
- item T
- The object to locate in the ICollectionT.
Boolean if
item is found in the
ICollectionT; otherwise,
.
ICollectionTContains(T)