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