<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

ConditionOperator

public enum ConditionOperator
Defines the types of comparison operators available against Criteria Conditions.

All of These condition

Any of These condition

Contains condition

EndsWith = 15

Ends With condition

Is greater than condition

Greater than or Equal to condition

In = 6

In condition

Is = 7

Is condition

IsLike = 8

Is Like condition

Is Logged in User condition

IsSet = 10

Is Set condition

LessThan = 11

Is less than condition

Less than or Equal to condition

Lucene Search Condition

Starts With Condition

Unknown = 0

Unknown operator.