---
title: "<(_:_:)"
framework: arkit
role: symbol
role_heading: Operator
path: "arkit/arconfidencelevel/_(_:_:)"
---

# <(_:_:)

Returns whether one confidence level is less than another.

## Declaration

```swift
static func < (lhs: ARConfidenceLevel, rhs: ARConfidenceLevel) -> Bool
```

## Parameters

- `lhs`: The left-hand side confidence level to compare.
- `rhs`: The right-hand side confidence level to compare.

## Return Value

Return Value true if lhs is less than rhs; otherwise, false.
