LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Contains Method
See Also 
Leadtools.Medical.Caching Namespace > Cache Class : Contains Method



id
A System.String that identifies the cache item.

The Contains Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

id
A System.String that identifies the cache item.
Determines whether the cache store contains an item with the specified Id.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal id As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Cache
Dim id As String
Dim value As Boolean
 
value = instance.Contains(id)
C# 
public bool Contains( 
   string id
)
C++/CLI 
public:
bool Contains( 
   String^ 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.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also