<PackageReference Include="Relativity.API" Version="19.5.0" />

Operator

public enum Operator
The way to compare the values against the condition's values.
All = 0

The result must have all values to be returned.

The result must begin with the value passed in.

The result must contain the value in the full text index.

The result must end with the value passed in.

EqualTo = 4

The result must equal the value passed in.

The result must be greater than the value passed in.

The result must be greater than or equal the value passed in.

In = 5

The result must equal one of the values passed in.

The result must be less than the value passed in.

The result must be less than or equal the value passed in.

Like = 10

The result must contain the value somewhere in the field.