---
title: "isApproximatelyEqual(to:tolerance:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/transform3dprotocol/isapproximatelyequal(to:tolerance:)"
---

# isApproximatelyEqual(to:tolerance:)

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

## Declaration

```swift
func isApproximatelyEqual(to other: Self, tolerance: Self.Scalar) -> Bool
```

## Parameters

- `tolerance`: The tolerance of the comparison.
