[]
        
(Showing Draft Content)

C1.Win.Gauge.ShapeCollection.Contains

Contains Method

Contains(C1GaugeBaseShape)

Determines whether this collection contains the specified C1GaugeBaseShape.

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

Contains(string)

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

Declaration
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Parameters
Type Name Description
string name
Returns
Type Description
bool