MobileForms Toolkit Documentation

GeoDistance Greater Than 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 higher than the second distance; false, otherwise.

See Also

GeoDistance Class | Resco.Location Namespace