CfNodeRef.hasKey
bool hasKey(string key) const @safe pure nothrowChecks if an object contains a specific key.
Parameters
key | The key to look for |
Returns
true if the key exists, false otherwise.
bool hasKey(string key) const @safe pure nothrowChecks if an object contains a specific key.
key | The key to look for |