.netCHARTING v10.5 Documentation


The LegendEntry to find.
Contains Method (LegendEntryCollection)
Determines whether this collection contains a specified LegendEntry.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal legendEntry As LegendEntry _
) As Boolean
'Usage
 
Dim instance As LegendEntryCollection
Dim legendEntry As LegendEntry
Dim value As Boolean
 
value = instance.Contains(legendEntry)
public bool Contains( 
   LegendEntry legendEntry
)

Parameters

legendEntry
The LegendEntry to find.

Return Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also