equalsLocator

abstract fun equalsLocator(otherLocation: SimpleLocatorData, onSuccess: (Boolean) -> Unit, onError: (ColibrioException) -> Unit)
abstract suspend fun equalsLocator(otherLocation: SimpleLocatorData): ColibrioResult<Boolean>

Check if this ContentLocation target exactly the same content as the passed locator.