equals

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

Compares this annotation with another object for equality. Two annotations are considered equal if they have the same UUID.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare with this annotation.