coordinateEqual method

bool coordinateEqual(
  1. Wpt other
)

Implementation

bool coordinateEqual(Wpt other) =>
    other.lat == lat && other.lon == lon && other.ele == ele;