Contents

==(_:_:)

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

Declaration

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

Parameters

  • lhs:

    A value to compare.

  • rhs:

    Another value to compare.

Return Value

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