CoordPoint.Compare(CoordPoint, CoordPoint, Double) Method
In This Article
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v24.2.Core.dll
NuGet Package: DevExpress.Map.Core
#Declaration
public static bool Compare(
CoordPoint point1,
CoordPoint point2,
double epsilon
)
#Parameters
Name | Type |
---|---|
point1 | Coord |
point2 | Coord |
epsilon | Double |
#Returns
Type |
---|
Boolean |
See Also