---
title: "NSEdgeInsetsEqual(_:_:)"
framework: foundation
role: symbol
role_heading: Function
path: "foundation/nsedgeinsetsequal(_:_:)"
---

# NSEdgeInsetsEqual(_:_:)

Returns a Boolean value that indicates whether two edge insets structures are equal.

## Declaration

```swift
func NSEdgeInsetsEqual(_ aInsets: NSEdgeInsets, _ bInsets: NSEdgeInsets) -> Bool
```
