GeoJsonFeatureCollection.Contains method
Version 1.0.0-beta002
.NET Framework 4.7
Namespace | Skybrud.Essentials.Maps.GeoJson.Features |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
Contains(GeoJsonFeature)
Returns whether this collection contains the specified feature
.
public bool Contains(GeoJsonFeature feature)
Parameters
feature
GeoJsonFeature
The feature.
Returns
true
if item is found in the collection; otherwise, false
.