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
Nullability of reference types in type of parameter 'left' of 'bool FeatureCollection.Equals(FeatureCollection left, FeatureCollection right)' doesn't match implicitly implemented member 'bool IEqualityComparer<FeatureCollection>.Equals(FeatureCollection? x, FeatureCollection? y)' (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'right' of 'bool FeatureCollection.Equals(FeatureCollection left, FeatureCollection right)' doesn't match implicitly implemented member 'bool IEqualityComparer<FeatureCollection>.Equals(FeatureCollection? x, FeatureCollection? y)' (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'other' of 'bool FeatureCollection.Equals(FeatureCollection other)' doesn't match implicitly implemented member 'bool IEquatable<FeatureCollection>.Equals(FeatureCollection? other)' (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'other' of 'bool Feature<TGeometry>.Equals(Feature<TGeometry> other)' doesn't match implicitly implemented member 'bool IEquatable<Feature<TGeometry>>.Equals(Feature<TGeometry>? other)' (possibly because of nullability attributes).