---
title: "==(_:_:)"
framework: foundation
role: symbol
role_heading: Operator
path: "foundation/progressmanager/==(_:_:)"
---

# ==(_:_:)

Returns true if pointer of lhs is equal to pointer of rhs.

## Declaration

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