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

# ==(_:_:)

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

## Declaration

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

## Parameters

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

## Return Value

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