TResultPoint.Equals Method
Definition
Determines whether the specified System.TObject is equal to this instance.
Delphi
function Equals(other: TObject): Boolean
Parameters
- other
- TObject
The System.TObject to compare with this instance.
Returns
Boolean
true
if the specified
System.TObject
is equal to this instance; otherwise,
false
.