Observable.Contains Method
Include Protected Members
Include Inherited Members
Determines whether an observable sequence contains a specified element.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
NameDescription.gif)
Contains(IObservable, TSource)Determines whether an observable sequence contains a specified element by using the default equality comparer..gif)
Contains(IObservable, TSource, IEqualityComparer)Determines whether an observable sequence contains a specified element by using a specified System.Collections.Generic.IEqualityComparer<T>.Top
See Also
Reference
Observable Class
System.Reactive.Linq Namespace