ReadOnlyObservableSet<T>::Contains Method (T)

 

Determines whether an element is in the ReadOnlyObservableSet<T>.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual bool Contains(
	T item
) sealed

Parameters

item
Type: T

The object to locate in the ReadOnlyObservableSet(T).

Return Value

Type: System::Boolean

true if item is found in the ReadOnlyObservableSet(T), otherwise false.

Return to top
Show: