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

# ==(_:_:)

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

## Declaration

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

## Parameters

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