[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check if two objects are equal.
Source position: objpash.inc line 240
public function TObject.Equals( |
Obj: TObject |
):Boolean; virtual; |
Equals returns True if the object instance pointer (Self) equals the instance pointer Obj.
Descendent classes can override to check properties etc. in case the instance pointers are different.
|
Return a hash code for the object |
|
|
Return a string representation for the object |