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

Protected virtual method that compares two objects for equality.

This method can be overridden in derived collection classes to support kObject_Equals.

The default implementation of this method compares objects according to pointer/handle equality. In many cases, this is adequate/appropriate. This method can be overidden to implement a more specialized/type-specific representation of equality.

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