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