equals

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

Compares this compound edit with another object for equality. Two compound edits are equal if they contain the same edits in the same order.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare with this compound edit.