---
title: "isEqual(_:)"
framework: avfaudio
role: symbol
role_heading: Instance Method
path: "avfaudio/avaudiochannellayout/isequal(_:)"
---

# isEqual(_:)

Indicates whether another audio channel layout is exactly equal to the current layout.

## Declaration

```swift
func isEqual(_ object: Any) -> Bool
```

## Parameters

- `object`: The audio channel layout object to compare.

## Return Value

Return Value A value of true indicates whether they are equal; otherwise, false.

## See Also

### Getting Audio Channel Layout Properties

- [AVAudioChannelCount](avfaudio/avaudiochannelcount.md)
- [channelCount](avfaudio/avaudiochannellayout/channelcount.md)
- [layout](avfaudio/avaudiochannellayout/layout.md)
- [layoutTag](avfaudio/avaudiochannellayout/layouttag.md)
