IReadOnlyObservableSet::Contains Method (Object^)
Visual Studio 2015
Determines whether the IReadOnlyObservableSet contains a specific value.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Parameters
- item
-
Type:
System::Object^
The object to locate in the IReadOnlyObservableSet.
Return Value
Type: System::Booleantrue if the object is found in the IReadOnlyObservableSet, otherwise false.
Show: