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

# ==(_:_:)

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

## Declaration

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

## Parameters

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

## Return Value

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