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

예제 #1
0
 public Selector WithOperator(Operator operatorValue)
 {
     this.operatorValue = operatorValue;
     return this;
 }