==(_:_:)
Returns a Boolean value that indicates whether two values are equal.
Declaration
static func == (lhs: CKSyncEngine.PendingDatabaseChange, rhs: CKSyncEngine.PendingDatabaseChange) -> BoolParameters
- lhs:
A value to compare.
- rhs:
Another value to compare.