---
title: "==(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd8/==(_:_:)"
---

# ==(_:_:)

Returns a Boolean value indicating whether two vectors are equal.

## Declaration

```swift
static func == (a: Self, b: Self) -> Bool
```
