Return a hash code for the object.
Source position: objpash.inc line 310
GetHashCode should return a hash code for the object. By default, the numerical (integer) address of Self is returned.
Descendent classes can use this to generate better suitable values to be used in a hash table.
|
Return a string representation for the object. |
|
|
Check if two objects are equal. |