XmpPackageContainsKey Method

Determines whether the specified key contains key.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public virtual bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The key to be checked.

Return Value

Type: Boolean
Returns true if the specified key contains key.
See Also