4 references to Compare
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryModel.cs (1)
848
return QueryValueModel.
Compare
((string)x, (string)y, op);
System\ServiceModel\Dispatcher\QueryNode.cs (2)
379
return QueryValueModel.
Compare
(this.StringValue(), strVal, op);
384
return QueryValueModel.
Compare
(this.StringValue(), item.StringValue(), op);
System\ServiceModel\Dispatcher\QueryValue.cs (1)
244
return QueryValueModel.
Compare
(this.strVal, val.strVal, op);