SynchronizedSuspendableObservableCollection<T>.Contains - метод

Determines whether the ICollection<T> contains a specific value.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.24
C#
public bool Contains(
	T item
)

Параметры

item  T
The object to locate in the ICollection<T>.

Возвращаемое значение

Boolean
true if item is found in the ICollection<T>; otherwise, false.

Реализации

ICollection<T>.Contains(T)

См. также