vmtGetHashCode
Offset to the GetHashCode method pointer
Declaration
Source position: objpash.inc line 89
const
vmtGetHashCode = vmtMethodStart + sizeof(codepointer) \* 11
Description
vmtGetHashCode contains the offset from the VMT start, of the location of the TObject.GetHashCode method pointer.
See also
| Name | Description |
|---|---|
| vmtEquals | Offset to the Equals method pointer |
| vmtToString | Offset to the ToString method pointer |