DesignerOptionService::DesignerOptionCollection::IList::Contains Method (Object^)

 

Determines whether the collection contains a specific value.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

private:
virtual bool Contains(
	Object^ value
) sealed = IList::Contains

Parameters

value
Type: System::Object^

The Object to locate in the collection

Return Value

Type: System::Boolean

true if the Object is found in the collection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: