Public Function Contains( _ ByVal hotspot As Hotspot _ ) As Boolean
Dim instance As HotspotCollection Dim hotspot As Hotspot Dim value As Boolean value = instance.Contains(hotspot)
public bool Contains( Hotspot hotspot )