---
title: "NSEqualPoints(_:_:)"
framework: foundation
role: symbol
role_heading: Function
path: "foundation/nsequalpoints(_:_:)"
---

# NSEqualPoints(_:_:)

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

## Declaration

```swift
func NSEqualPoints(_ aPoint: NSPoint, _ bPoint: NSPoint) -> Bool
```

## Return Value

Return Value true if the two points aPoint and bPoint are identical, otherwise false.

## See Also

### Managing Points

- [NSMakePoint(_:_:)](foundation/nsmakepoint(_:_:).md)
- [NSPointFromString(_:)](foundation/nspointfromstring(_:).md)
- [NSStringFromPoint(_:)](foundation/nsstringfrompoint(_:).md)
- [NSPointFromCGPoint(_:)](foundation/nspointfromcgpoint(_:).md)
- [NSPointToCGPoint(_:)](foundation/nspointtocgpoint(_:).md)
