You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature<TGeometry>.Equals(Feature<TGeometry> other) does not compare the underlying GeoJsonObject of two instances.
All other classes deriving from GeoJsonObject does that.
I tried adding the following to Equals and no tests failed.
if(!Equals((GeoJSONObject)other)){returnfalse;}
The text was updated successfully, but these errors were encountered:
jnyrup
changed the title
Feature<TGeometry> does not compare GeoJsonObjectFeature<TGeometry> does not compare GeoJsonObjectNov 29, 2019
Feature<TGeometry>.Equals(Feature<TGeometry> other)
does not compare the underlyingGeoJsonObject
of two instances.All other classes deriving from
GeoJsonObject
does that.I tried adding the following to
Equals
and no tests failed.The text was updated successfully, but these errors were encountered: