[]
        
(Showing Draft Content)

C1.Win.Gauge.PointerCollection.Contains

Contains Method

Contains(C1GaugePointer)

Determines whether this collection contains the specified C1GaugePointer.

Declaration
public bool Contains(C1GaugePointer pointer)
Parameters
Type Name Description
C1GaugePointer pointer
Returns
Type Description
bool

Contains(string)

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

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