IPropertyOwner.hasProperty

Gets whether a property with the given name exists in the object.

interface IPropertyOwner
@nogc nothrow const
bool
hasProperty
(
quark key
)

Parameters

key quark

The name of the property.

Return Value

Type: bool

true if the property exists, false otherwise.

Meta