Contents

==(_:_:)

Indicates whether two bounding boxes are equal.

Declaration

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

Parameters

  • lhs:

    The first box to compare.

  • rhs:

    The second box to compare.

Return Value

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