equals

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

Compares this edit with another object for equality. Two annotation add/remove edits are equal if they have the same properties, annotation type, edit type, bitmap, audio data, and appearance stream generator.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare with this edit.