dotnetCHARTING Send comments on this topic.
Contains Method
See Also 
dotnetCHARTING Namespace > LegendEntryCollection Class : Contains Method


legendEntry
The LegendEntry to find.
Determines whether this collection contains a specified LegendEntry.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal legendEntry As LegendEntry _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LegendEntryCollection
Dim legendEntry As LegendEntry
Dim value As Boolean
 
value = instance.Contains(legendEntry)
C# 
public bool Contains( 
   LegendEntry legendEntry
)

Parameters

legendEntry
The LegendEntry to find.

Return Value

true if the specified LegendEntry belongs to this collection; otherwise, false.

See Also

© 2010 All Rights Reserved.