MobileForms Toolkit Documentation

GeoDistance Equality 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 equal to the second distance; false, otherwise.

See Also

GeoDistance Class | Resco.Location Namespace