equal operator

The equal operator 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.

Syntax

with {not} attr.name equal "valuestring"

Synonym(s)

eq
is
=

Example(s)

list jobs with user equal "dm"

list jobs with user = "dm"