RAD Studio VCL Reference
|
Checks if the current instance and the parameter are equal.
function Equals(Obj: TObject): Boolean; virtual;
virtual Boolean Equals(TObject Obj);
The function has one parameter, Obj of type TObject.
By default, the System::TObject::Equals method shows if the addresses corresponding to the object and the parameter are identical. Returns a boolean value that represents the equality between the two addresses.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|