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

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

    Parameters

    pointer
    See Also