[]
        
(Showing Draft Content)

C1.Win.Gauge.DecoratorCollection.Contains

Contains Method

Contains(C1GaugeDecorator)

Determines whether this collection contains the specified C1GaugeDecorator.

Declaration
public bool Contains(C1GaugeDecorator decorator)
Parameters
Type Name Description
C1GaugeDecorator decorator
Returns
Type Description
bool

Contains(string)

Determines whether this collection contains a C1GaugeDecorator with the specified name.

Declaration
public bool Contains(string name)
Parameters
Type Name Description
string name
Returns
Type Description
bool