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.Storage Namespace > IStorageProvider Interface : Contains Method



Id
A System.String that identifies the item to check for.

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

Id
A System.String that identifies the item to check for.
Determines whether the user store contains an item with the specified Id .

Syntax

Visual Basic (Declaration) 
Function Contains( _
   ByVal Id As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IStorageProvider
Dim Id As String
Dim value As Boolean
 
value = instance.Contains(Id)
C# 
bool Contains( 
   string Id
)
C++/CLI 
bool Contains( 
   String^ Id
) 

Parameters

Id
A System.String that identifies the item to check for.

Return Value

true if the item is found in the user store ; otherwise, false.

Requirements

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

See Also