CfNodeRef.hasKey

bool hasKey(string key) const @safe pure nothrow

Checks if an object contains a specific key.

Parameters

keyThe key to look for

Returns

true if the key exists, false otherwise.