# notEqual

`import { notEqual } from "destack:math";`

Return a lane mask for inequality.

```ds title="notEqual"
export declare function notEqual<T, const N: usize>(left: Vector<T, N>, right: Vector<T, N>): Mask<N>
```

[language/library/src/math/vector.ds:85:88](https://github.com/destack-sh/destack/blob/main/language/library/src/math/vector.ds#L85-L88)
