| [Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] | 
Does this object equal another?
Source position: tiObject.pas line 416
public function TtiObject.Equals(  | 
const AData: TtiObject;  | 
const ADeepCheck: Boolean = True  | 
):Boolean; virtual;  | 
Does this object equal another?
Note: This functionality has not been tested fully. Bit of a hack really :( Talk about thrashing the CPU with out need. :( :( :( !
TODO: Better to do this as a field by field compare...