| ObservableListAdapterTContains Method |
Determines whether the
IList contains a specific value.
Namespace: TomsToolbox.ObservableCollectionsAssembly: 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
)
Public Function Contains (
value As Object
) As Boolean
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