Click or drag to resize

ObservableListAdapterTContains Method

Determines whether the IList contains a specific value.

Namespace: TomsToolbox.ObservableCollections
Assembly: TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public bool Contains(
	Object? value
)

Parameters

value  Object
The object to locate in the IList.

Return Value

Boolean
true if the Object is found in the IList; otherwise, false.

Implements

IListContains(Object)
See Also