Zen API
|
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.
object | Object instance. |
other | Object for comparison. |