---
title: "==(_:_:)"
framework: arkit
role: symbol
role_heading: Operator
path: "arkit/planeanchor/geometry-swift.struct/extent-swift.struct/==(_:_:)"
---

# ==(_:_:)

Returns a Boolean value indicating whether two plane extents are equal.

## Declaration

```swift
static func == (lhs: PlaneAnchor.Geometry.Extent, rhs: PlaneAnchor.Geometry.Extent) -> Bool
```

## Parameters

- `lhs`: The left-hand side plane extent to compare.
- `rhs`: The right-hand side plane extent to compare.

## Return Value

Return Value true if the two plane extents are equal; otherwise, false.
