[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LightCollection.Contains

Contains Method

Contains(Light)

Determines whether the collection contains a specific light.

Declaration
public bool Contains(Light item)
Public Function Contains(item As Light) As Boolean
Parameters
Type Name Description
Light item

Light to locate in collection.

Returns
Type Description
bool

true if light is found in the collection; otherwise, false.

Implements