CdmNode.hasKey

bool hasKey(string key) const pure nothrow @safe

Checks whether this OBJECT contains the given key.

Parameters

keyThe key to check.

Returns

true if a member with this key exists.