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