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

# ==(_:_:)

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

## Declaration

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

## Parameters

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