---
title: notEqual
framework: accelerate
role: symbol
role_heading: Type Property
path: accelerate/bnns/relationaloperator/notequal
---

# notEqual

The operator that indicates the not-equal relationship.

## Declaration

```swift
static var notEqual: BNNS.RelationalOperator { get }
```

## See Also

### Relational Operators

- [equal](accelerate/bnns/relationaloperator/equal.md)
- [greater](accelerate/bnns/relationaloperator/greater.md)
- [greaterEqual](accelerate/bnns/relationaloperator/greaterequal.md)
- [less](accelerate/bnns/relationaloperator/less.md)
- [lessEqual](accelerate/bnns/relationaloperator/lessequal.md)
