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

Ejemplo n.º 1
0
 public Selector WithOperator(Operator operatorValue)
 {
     this.operatorValue = operatorValue;
     return this;
 }