---
title: "==(_:_:)"
framework: nearbyinteraction
role: symbol
role_heading: Operator
path: "nearbyinteraction/nialgorithmconvergencestatus-2fnve/==(_:_:)"
---

# ==(_:_:)

Determines whether two convergence statuses are equal.

## Declaration

```swift
static func == (lhs: NIAlgorithmConvergenceStatus, rhs: NIAlgorithmConvergenceStatus) -> Bool
```

## Parameters

- `lhs`: The left-argument error.
- `rhs`: The right-argument error.

## Return Value

Return Value Returns true if the errors are equal. Otherwise, returns false.
