SynchronizedSuspendableObservableCollection<T>.Contains - метод |
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис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 ICollection<T>.
Возвращаемое значение
Тип:
Booleantrue if
item is found in the
ICollection<T>; otherwise,
false.
Реализации
ICollection<T>.Contains(T)
См. также