ListSortDescriptionCollection::Contains Method (Object^)

 

Determines if the ListSortDescriptionCollection contains a specific value.

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

public:
virtual bool Contains(
	Object^ value
) sealed

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: