equals

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

Compares this size to the specified object.

Return

true if this size represents the same size as the specified size, false otherwise.

Since

2.0.2

Parameters

other

The size to compare this position against.