---
title: "==(_:_:)"
framework: spatial
role: symbol
role_heading: Operator
path: "spatial/point3dfloat/==(_:_:)"
---

# ==(_:_:)

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

## Declaration

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

## Parameters

- `lhs`: The first point to compare.
- `rhs`: The second point to compare.
