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