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