Contents

==(_:_:)

Returns a Boolean value indicating whether two accessory anchors are equal.

Declaration

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

Parameters

  • lhs:

    The left-hand side accessory anchor to compare.

  • rhs:

    The right-hand side accessory anchor to compare.

Return Value

true if the two accessory anchors are equal; otherwise, false.