Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapSlicesCollection Class / Contains Method
The item to check.

In This Topic
    Contains Method (MapSlicesCollection)
    In This Topic
    Determines whether the collection contains a specific item.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal item As MapSlice _
    ) As Boolean
    public bool Contains( 
       MapSlice item
    )

    Parameters

    item
    The item to check.

    Return Value

    True if the collection contains specified item; false otherwise.
    See Also