fun hasProperties(vararg names: String): Boolean
fun hasProperties(names: Iterable<String>): Boolean
Check if node has properties.