XmpPackageContainsKey Method |
Determines whether the specified key contains key.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic virtual bool ContainsKey(
string key
)
Public Overridable Function ContainsKey (
key As String
) As Boolean
public:
virtual bool ContainsKey(
String^ key
)
abstract ContainsKey :
key : string -> bool
override ContainsKey :
key : string -> bool
Parameters
- key
- Type: SystemString
The key to be checked.
Return Value
Type:
BooleanReturns true if the specified key contains key.
See Also