---
title: "==(_:_:)"
framework: mediadevice
role: symbol
role_heading: Operator
path: "mediadevice/mediaoutputdevice/==(_:_:)"
---

# ==(_:_:)

Returns a Boolean value that indicates whether two devices are equal.

## Declaration

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