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