<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARConfidenceLevel/_(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Operator",
  "symbol" : {
    "kind" : "Operator",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:So17ARConfidenceLevelV5ARKitE1loiySbAB_ABtFZ"
  },
  "title" : "<(_:_:)"
}
-->

# <(_:_:)

Returns whether one confidence level is less than another.

```
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

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)