ComponentOne Input Library for WPF
C1.WPF.Input Namespace / StopCollection Class / Contains Method / Contains(StopValue) Method

In This Topic
    Contains(StopValue) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal item As StopValue _
    ) As Boolean
    public bool Contains( 
       StopValue item
    )

    Parameters

    item
    See Also