The Contains Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
- id
- A System.String that identifies the cache item.
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Cache Dim id As String Dim value As Boolean value = instance.Contains(id) | |
Parameters
- id
- A System.String that identifies the cache item.
Return Value
true if the cache item is found in the cache store ; otherwise, false.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code