[]
        
(Showing Draft Content)

C1.Win.C1Gauge.GaugeCollection.Contains

Contains Method

Contains(C1GaugeBase)

Determines whether this collection contains the specified C1GaugeBase.

Declaration
public bool Contains(C1GaugeBase gauge)
Parameters
Type Name Description
C1GaugeBase gauge
Returns
Type Description
bool

Contains(string)

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

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