---
title: ".==(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd32/'.==(_:_:)-8sr5e"
---

# .==(_:_:)

Returns a vector mask with the result of a pointwise equality comparison.

## Declaration

```swift
static func .== (a: Self, b: Self.Scalar) -> SIMDMask<Self.MaskStorage>
```
