equals

open fun equals(o: Any): Boolean

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

Return

true if the objects are equal, false otherwise.

Parameters

o

The object to compare with this bookmark.