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