Contains a logical operation for comparing the value of a field with a specified value.

 public Selector WithOperator(Operator operatorValue)
 {
     this.operatorValue = operatorValue;
     return this;
 }