has

fun <P : Property<*>> has(propertyClass: KClass<P>): Boolean

Checks weather there is a property of the given type/class in this vCard.

Return

true if a fitting property exists, otherwise false.

Parameters

propertyClass

the class of the property you are looking for.