contains

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

Check if the passed locator is equal to this one, or is contained inside this ContentLocation.