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

# equal

The operator that indicates the equal-to relationship.

## Declaration

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

## See Also

### Relational Operators

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