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