The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Observable.Contains()

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

NameDescriptionPublic methodStatic memberContains(IObservable, TSource)Determines whether an observable sequence contains a specified element by using the default equality comparer.Public methodStatic memberContains(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