equals
Compares this PolylineOptions object with another PolylineOptions and determines if their color, alpha, width, and vertices match.
Return
True if color, alpha, width, and vertices match this PolylineOptions object. Else, false.
Parameters
o
Another PolylineOptions to compare with this object.