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

# ==(_:_:)

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

## Declaration

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

## Parameters

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