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

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

    Parameters

    item
    The item to check.

    Return Value

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