IReadOnlyObservableSet<T>.Contains(T) Method

Definition

Determines whether the IReadOnlyObservableSet<T> contains a specific value.

public:
 bool Contains(T item);
public:
 bool Contains(T item);
bool Contains(T item);
public bool Contains (T item);
abstract member Contains : 'T -> bool
Public Function Contains (item As T) As Boolean

Parameters

item
T

The object to locate in the set.

Returns

true if the object is found in the set, otherwise false.

Applies to