---
title: "==(_:_:)"
framework: cloudkit
role: symbol
role_heading: Operator
path: "cloudkit/cksyncengine-5sie5/pendingdatabasechange/==(_:_:)"
---

# ==(_:_:)

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

## Declaration

```swift
static func == (lhs: CKSyncEngine.PendingDatabaseChange, rhs: CKSyncEngine.PendingDatabaseChange) -> Bool
```

## Parameters

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

## Return Value

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