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

# ==(_:_:)

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

## Declaration

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

## Parameters

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

## Return Value

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