equals Locator
abstract fun equalsLocator(otherLocation: SimpleLocatorData, onSuccess: (Boolean) -> Unit, onError: (ColibrioException) -> Unit)
Check if this ContentLocation target exactly the same content as the passed locator.
abstract fun equalsLocator(otherLocation: ReaderPublicationNavigationItem, onSuccess: (Boolean) -> Unit, onError: (ColibrioException) -> Unit)
abstract suspend fun equalsLocator(otherLocation: ReaderPublicationNavigationItem): ColibrioResult<Boolean>
Check if this ContentLocation target exactly the same content as the passed navigation item.