DictAtom Contains Function. Determines whether the dictionary contains an element with a specific name. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Determines whether the dictionary contains an element with a specific name.

 

   
Syntax  

[C#]
bool Contains(string name)

[Visual Basic]
Function Contains(name As String) As Boolean

 

   

Params
 
Name Description
name The element to locate in the dictionary.
return True if the name is found, otherwise false.

 

   

Notes
 

Determines whether the dictionary contains an element with a specific name.

 

   

Example
 

None.