<!--
{
  "availability" : [
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/PlaneAnchor/Geometry-swift.struct/==(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Operator",
  "symbol" : {
    "kind" : "Operator",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit11PlaneAnchorV8GeometryV2eeoiySbAE_AEtFZ"
  },
  "title" : "==(_:_:)"
}
-->

# ==(_:_:)

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

```
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

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)