==(_:_:)
Returns a Boolean value indicating whether two plane extents are equal.
Declaration
static func == (lhs: PlaneAnchor.Geometry.Extent, rhs: PlaneAnchor.Geometry.Extent) -> BoolParameters
- lhs:
The left-hand side plane extent to compare.
- rhs:
The right-hand side plane extent to compare.
Return Value
true if the two plane extents are equal; otherwise, false.