'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.
'Declaration
Public Function Contains( _ ByVal item As MapLegendItem _ ) As Boolean
public bool Contains( MapLegendItem item )