SynchronizedSuspendableObservableCollection<T>.Contains - метод
Determines whether the ICollection<T> contains a specific value.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.24
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)