==(_:_:)
Indicates whether two bounding boxes are equal.
Declaration
static func == (lhs: BoundingBox, rhs: BoundingBox) -> BoolParameters
- 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.