Contents

==(_:_:)

Indicates whether two synchronization components are equal.

Declaration

static func == (lhs: SynchronizationComponent, rhs: SynchronizationComponent) -> Bool

Parameters

  • lhs:

    The first synchronization component to compare.

  • rhs:

    The second synchronization component to compare.

Return Value

A Boolean value set to true if the two synchronization components are equal.