DestinationCollectionContains Method |
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool Contains(
KeyValuePair<string, Object> value
)
Public Function Contains (
value As KeyValuePair(Of String, Object)
) As Boolean
public:
virtual bool Contains(
KeyValuePair<String^, Object^> value
) sealed
abstract Contains :
value : KeyValuePair<string, Object> -> bool
override Contains :
value : KeyValuePair<string, Object> -> bool
Parameters
- value
- Type: System.Collections.GenericKeyValuePairString, Object
Return Value
Type:
BooleanImplements
ICollectionTContains(T)
See Also