DoubleCollection::Contains Method (Double)
.NET Framework (current version)
Determines whether a Double is in this DoubleCollection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- value
-
Type:
System::Double
The item to locate in this collection.
Return Value
Type: System::Booleantrue if value, the specified Double, is in this DoubleCollection; otherwise, false.
Implements
ICollection<T>::Contains(T)
.NET Framework
Available since 3.0
Available since 3.0
Show: