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

# ==(_:_:)

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

## Declaration

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