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

# isEqual(_:)

Returns a Boolean value that indicates whether an object equals another.

## Declaration

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

## Parameters

- `object`: An object to compare.

## See Also

### Processing regions

- [mutableCopy(with:)](avfoundation/avcaptionregion/mutablecopy(with:).md)
- [encode(with:)](avfoundation/avcaptionregion/encode(with:).md)
