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

# ==(_:_:)

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

## Declaration

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

## Parameters

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

## Return Value

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