Click or drag to resize

PdfNumberTreeCollectionKeyValueCollectionTContains Method

Determines whether the PdfNumberTreeCollectionKeyValueCollectionT contains a specific value.

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool Contains(
	T value
)

Parameters

value  T
The object to locate in the PdfNumberTreeCollectionKeyValueCollectionT.

Return Value

Boolean
true if the value is found in the PdfNumberTreeCollectionKeyValueCollectionT; otherwise, false.

Implements

ICollectionTContains(T)
See Also