LatLon Constructor (LatLon) |
Namespace: Telogis.GeoBase
LatLon originalLatLon = new LatLon(33.584444, -117.731874); LatLon copyLatLon = new LatLon(originalLatLon); if (originalLatLon.Equals(copyLatLon)) { Console.WriteLine("The LatLon objects are the same"); }