Method Equals
- Namespace
- Pinwheel.Vista.RealWorldData
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
Equals(GeoPoint)
Compares this point with another point using exact coordinate equality.
public bool Equals(GeoPoint other)
Parameters
otherGeoPointPoint to compare against.