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