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

# ==(_:_:)

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

## Declaration

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

## Parameters

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