equals

open fun equals(@Nullable object: Any): Boolean

Checks if this Annotation object is equal to another Annotation.

Return

returns true both id's match else returns false.

Parameters

object

Another Annotation to check equality with this object.