Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kBool kObject_Is ( kObject  object,
kType  type 
)

Determines whether this object is an instance of the specified type.

This function compares the type of this object with the given type. An object is considered to be an instance of a given type if a) the type represents a class and this object inherits from (or instantiates) that class, or b) the type represents an interface and this object implements the interface.

Parameters
objectObject.
typeType.
Returns
kTRUE if the object is of the specified type; otherwise kFALSE.
See also
kType_Is