---
title: operators
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspredicateeditorrowtemplate/operators
---

# operators

Returns the array of comparison predicate operators.

## Declaration

```swift
var operators: [NSNumber]? { get }
```

## Return Value

Return Value The array of NSNumber objects specifying the comparison predicate operators. See NSComparisonPredicate.Operator for possible values.

## See Also

### Information About a Row Template

- [leftExpressions](appkit/nspredicateeditorrowtemplate/leftexpressions.md)
- [rightExpressions](appkit/nspredicateeditorrowtemplate/rightexpressions.md)
- [compoundTypes](appkit/nspredicateeditorrowtemplate/compoundtypes.md)
- [modifier](appkit/nspredicateeditorrowtemplate/modifier.md)
- [options](appkit/nspredicateeditorrowtemplate/options.md)
- [rightExpressionAttributeType](appkit/nspredicateeditorrowtemplate/rightexpressionattributetype.md)
