Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kBool kObject_Equals ( kObject  object,
kObject  other 
)

Determines whether the object is equal to another object.

By default, objects are compared by reference; objects are considered equal if the given handles refer to the same object instance. The kObject_VEquals method can optionally be overridden to provide a more meaningful equality comparison.

Parameters
objectObject.
otherObject for comparison.
Returns
kTRUE if the objects are equal.