Determines whether the collection contains the specified legend.
'Declaration
Public Function Contains( _
ByVal As Legend _
) As System.Boolean
public System.bool Contains(
Legend
)
Parameters
- value
- The legend to check.
Return Value
True if the collection contains the parameter given; otherwise False.