protected bool Equals(LineString other) { return base.Equals(other) && Coordinates.SequenceEqual(other.Coordinates); }
protected bool Equals(LineString other) { return(base.Equals(other) && Coordinates.SequenceEqual(other.Coordinates)); }