Skip to content

TObject.Equals

Check if two objects are equal.

Declaration

Source position: objpash.inc line 256

public 
  function Equals(Obj: TObject) : Boolean;  Virtual;

Description

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.

See also

Name Description
TObject.GetHashCode Return a hash code for the object
TObject.ToString Return a string representation for the object