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)
Syntax
public bool Contains(
	Object? value
)

Parameters

value
Type: SystemObject
The object to locate in the IList.

Return Value

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

Implements

IListContains(Object)
See Also