[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a hash code for the object
Source position: objpash.inc line 255
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. |