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

# ==(_:_:)

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

## Declaration

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

## Parameters

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

## Return Value

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