FilteredObservableCollection<T>::Contains Method (Object^)

 

Determines whether the collection contains the specified object.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
virtual bool Contains(
	Object^ value
) sealed

Parameters

value
Type: System::Object^

The object.

Return Value

Type: System::Boolean

true if the collection contains the item, otherwise false.

Return to top
Show: