---
title: ".!=(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd4/'.!=(_:_:)-9cb1n"
---

# .!=(_:_:)

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

## Declaration

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