Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / GaugeCollection Class / Contains Method / Contains(C1GaugeBase) Method

In This Topic
    Contains(C1GaugeBase) Method
    In This Topic
    Determines whether this collection contains the specified C1GaugeBase.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal gauge As C1GaugeBase _
    ) As System.Boolean
    public System.bool Contains( 
       C1GaugeBase gauge
    )

    Parameters

    gauge
    See Also