DoubleCollection::Contains Method (Double)

 

Determines whether a Double is in this DoubleCollection.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual bool Contains(
	double value
) sealed

Parameters

value
Type: System::Double

The item to locate in this collection.

Return Value

Type: System::Boolean

true if value, the specified Double, is in this DoubleCollection; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: