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

# .!=(_:_:)

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

## Declaration

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