equals

open fun equals(@Nullable o: Any): Boolean

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.