TdxMapControlGeoPoint.IsEqual(TdxMapControlGeoPoint) Method
In This Article
Checks if the record’s fields define a specified geographical point.
#Declaration
Delphi
function IsEqual(const AGeoPoint: TdxMapControlGeoPoint): Boolean;
#Parameters
Name | Type |
---|---|
AGeo |
Tdx |
#Returns
Type |
---|
Boolean |
#Remarks
This function calls the dxMapControlGeoPointIsEqual global function, passes the current geographical point and AGeoPoint as parameters, and returns its result.
See Also