isDuplicateByOsmId

fun isDuplicateByOsmId(existingSet: MutableSet<Any>, feature: Feature): Boolean

isDuplicateByOsmId returns true if the OSM id for the feature has already been entered into the existingSet. It returns false if it's the first time, or there's no OSM id.