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