---
title: ".!=(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd64/'.!=(_:_:)-5wk7u"
---

# .!=(_:_:)

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

## Declaration

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