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

# ==(_:_:)

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

## Declaration

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

## Parameters

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