3 references to Compare
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryModel.cs (1)
844
return QueryValueModel.
Compare
((string)x, (double)y, op);
System\ServiceModel\Dispatcher\QueryValue.cs (2)
240
return QueryValueModel.
Compare
(this.strVal, val.dblVal, op);
266
return QueryValueModel.
Compare
(this.strVal, val, op);