ReadOnlyObservableSet<T>::Contains Method (T)
Visual Studio 2015
Determines whether an element is in the ReadOnlyObservableSet<T>.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- item
-
Type:
T
The object to locate in the ReadOnlyObservableSet(T).
Return Value
Type: System::Booleantrue if item is found in the ReadOnlyObservableSet(T), otherwise false.
Implements
IReadOnlyObservableSet<T>::Contains(T)
Show: