DestinationCollectionContains Method

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool Contains(
	KeyValuePair<string, Object> value
)

Parameters

value
Type: System.Collections.GenericKeyValuePairString, Object

Return Value

Type: Boolean

Implements

ICollectionTContains(T)
See Also