ListObservable.Contains(T) method¶
Defined in
Type: ListObservableSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public bool Contains(T item)
Summary: Determines whether the ListObservable contains a specific value.
Parameters
| Name | Type | Description |
|---|---|---|
item | T | The item to search for in the list. |
Returns: bool -- true if found; false otherwise.