equals Function

open operator override fun equals(other: Any?): Boolean

Two outlines are equal when their corner points and bounds match.

Parameters

  • other — the object to compare with.
Top