MobileForms Toolkit Documentation

GeoDistance Less Than Or Equal Operator 

Compares the two GeoDistance objects.

public static bool operator <=(
GeoDistance d1,
GeoDistance d2
);

Parameters

d1
The first GeoDistance object.
d2
The second GeoDistance object.

Return Value

true, if the first distance is lower or equal than the second distance; false, otherwise.

See Also

GeoDistance Class | Resco.Location Namespace