Skip to main content

TdxMapControlGeoRect.IsEqual(TdxMapControlGeoRect) Method

Checks if the record’s fields define a specified geographical rectangle.

Declaration

function IsEqual(const AGeoRect: TdxMapControlGeoRect): Boolean;

Parameters

Name Type
AGeoRect TdxMapControlGeoRect

Returns

Type
Boolean

Remarks

This function returns True if both the top-left and bottom-right corner points of the record match the corresponding points of the geographical rectangle passed as the AGeoRect parameter. Otherwise, False is returned.

See Also