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

# ==(_:_:)

Returns a Boolean value indicating whether two camera video formats are equal.

## Declaration

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

## Parameters

- `lhs`: The left-hand side camera video format to compare.
- `rhs`: The right-hand side camera video format to compare.

## Return Value

Return Value true if the two camera video formats are equal; otherwise, false.
