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

# ==(_:_:)

Returns a Boolean value indicating whether two camera frame samples are equal.

## Declaration

```swift
static func == (lhs: CameraFrame.Sample, rhs: CameraFrame.Sample) -> Bool
```

## Parameters

- `lhs`: The left-hand side camera frame sample to compare.
- `rhs`: The right-hand side camera frame sample to compare.

## Return Value

Return Value true if the two camera frame samples are equal; otherwise, false.
