---
title: ".==(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd3/'.==(_:_:)-1q0oq"
---

# .==(_:_:)

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

## Declaration

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