Public Function IndexOf( _ ByVal hotspot As Hotspot _ ) As Integer
Dim instance As HotspotCollection Dim hotspot As Hotspot Dim value As Integer value = instance.IndexOf(hotspot)
public int IndexOf( Hotspot hotspot )