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


hotspot
The Hotspot to find.
Determines whether this collection contains a specified Hotspot.

Syntax

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

Parameters

hotspot
The Hotspot to find.

Return Value

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

See Also

© 2010 All Rights Reserved.