[]
Determines whether the collection contains a specific double value.
public bool Contains(double item)
Public Function Contains(item As Double) As Boolean
| Type | Name | Description |
|---|---|---|
| double | item | Double value to locate in collection. |
| Type | Description |
|---|---|
| bool | true if double value is found in the collection; otherwise, false. |