---
title: "simd_equal(_:_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/simd_equal(_:_:)-29zmw"
---

# simd_equal(_:_:)

## Declaration

```swift
func simd_equal(_ x: simd_int3, _ y: simd_int3) -> simd_bool
```

## Discussion

Discussion True if and only if each lane of x is equal to the corresponding lane of y.
