GridColumnStylesCollection::IList::Contains Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Determines whether an element is in the collection.

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

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

Parameters

value
Type: System::Object^

The object to locate in the collection. The value can be null.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: