'Declaration
Public Function Contains( _ ByVal hotspotText As String, _ ByVal caseSensitive As Boolean _ ) As Boolean
'Usage
Dim instance As HotSpots Dim hotspotText As String Dim caseSensitive As Boolean Dim value As Boolean value = instance.Contains(hotspotText, caseSensitive)
public bool Contains( string hotspotText, bool caseSensitive )
Parameters
- hotspotText
- The hotspot text
- caseSensitive
- Whether to look for hotspots with the specified text, regardless of case
Return Value
True if there is a hotspot with the specified text in the current hotspot map, false if not