←Select platform

Contains Method

Summary

Determines whether the user store contains an item with the specified Id .

Syntax

C#
VB
C++
public bool Contains( 
   string Id 
) 
  
Function Contains( _ 
   ByVal Id As String _ 
) As Boolean 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Caching Assembly