polyline.equals(otherPolyline)
Return true
if the polyline exactly equals the other polyline.
The two polylines are equal only if every point of one polyline exactly equals the corresponding point of the other polyline. The function returns true
if points
arrays of both polylines have no elements.