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

# ==(_:_:)

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

## Declaration

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

## Parameters

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

## Return Value

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