equals

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

Compares this edit with another object for equality. Two z-index edits are equal if they have the same old and new z-index values.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare with this edit.