Node.containsKey
bool containsKey(T)(T rhs) constDetermine if a mapping contains specified key.
Parameters
rhs | Key to look for. Use YAMLNull to check for a null key. |
Returns
true if rhs was found, false otherwise.
Throws
NodeException if the node is not a mapping.