| PdfTypeDictionaryContains Method |
Determines whether the Dictionary contains an item with the specified key.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool Contains(
KeyValuePair<string, PdfTypeBase> item
)
Public Function Contains (
item As KeyValuePair(Of String, PdfTypeBase)
) As Boolean
public:
virtual bool Contains(
KeyValuePair<String^, PdfTypeBase^> item
) sealed
abstract Contains :
item : KeyValuePair<string, PdfTypeBase> -> bool
override Contains :
item : KeyValuePair<string, PdfTypeBase> -> bool
public final boolean Contains(
KeyValuePair<String, PdfTypeBase> item
)
Parameters
- item KeyValuePairString, PdfTypeBase
- The object to locate in the Dictionary.
Return Value
Booleantrue if the Dictionary contains an item with the key; otherwise, false.
Implements
ICollectionTContains(T)Exceptions See Also