---
title: "==(_:_:)"
framework: adattributionkit
role: symbol
role_heading: Operator
path: "adattributionkit/appimpression/==(_:_:)"
---

# ==(_:_:)

Returns a Boolean value that indicates whether two values are equal.

## Declaration

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

## Parameters

- `lhs`: A value to compare.
- `rhs`: Another value to compare.

## Return Value

Return Value Returns true if the values are equal; false, otherwise.

## See Also

### Comparing and hashing ad impressions

- [hash(into:)](adattributionkit/appimpression/hash(into:).md)
