IElement.ElementEquals (METH)ΒΆ

METHOD ElementEquals : BOOL

Returns true of this element and itfElement are equal. This method will be called from the function block HashTable to find an element by key if the hashcode of an element collides with an other element. IMPORTANT: The underlying value to be compared with MUST NOT be changed during the lifecycle of the object.

InOut:

Scope

Name

Type

Comment

Return

ElementEquals

BOOL

Input

itfElement

IElement

The element to compare