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

# ==(_:_:)

Returns a Boolean value indicating whether two geometry elements are equal.

## Declaration

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

## Parameters

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

## Return Value

Return Value true if the two geometry elements are equal; otherwise, false.
