DataGridViewComboBoxCell::ObjectCollection::Contains Method (Object^)

 

Determines whether the specified item is contained in the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool Contains(
	Object^ value
) sealed

Parameters

value
Type: System::Object^

An object representing the item to locate in the collection.

Return Value

Type: System::Boolean

true if the item is in the collection; otherwise, false.

Exception Condition
ArgumentNullException

value is null.

.NET Framework
Available since 2.0
Return to top
Show: