_hasProperty
Allows you to test whether this Thing has a specified Property --
Function
THING -> _hasProperty(PROP._self) -> Yes or No
This function produces Yes iff the parameter is a Property of the received THING, and No otherwise.
Note that you must specify _self on the Property's name -- the parameter is the Property itself,
not its value on this Thing.