| eq | Index Level | every |
| Syntax | with {not} attr.name equal "valuestring" |
| Category | Access |
| Type | Modifier |
| Description |
is a relational operator which represents an "equal to" condition used in constructing selection clauses.
When a "valuestring" is included, the data found in each item must match it exactly in order for the data to be selected for processing. See "string searching" for searching for partial matches. The "=", "is" and "eq" operators perform the same function as "equal". |
| Options | |
| See Also | logical operators attr.name each = eq is |
| Example | list jobs with user equal "dm" |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| eq | Index Level | every |