IReadOnlyObservableSet::Contains Method (Object^)

 

Determines whether the IReadOnlyObservableSet contains a specific value.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

bool Contains(
	Object^ item
)

Parameters

item
Type: System::Object^

The object to locate in the IReadOnlyObservableSet.

Return Value

Type: System::Boolean

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

Return to top
Show: