equals

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

Compares this PolygonOptions object with another PolygonOptions and determines if their color, alpha, stroke color, and vertices match.

Return

True if color, alpha, stroke color, vertices and holes match this PolygonOptionsPolygonOptions object. Else, false.

Parameters

o

Another PolygonOptions to compare with this object.