6 references to Compare
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryModel.cs (6)
739
return y.
Compare
(x, op);
741
return y.
Compare
(x, RelationOperator.Le);
743
return y.
Compare
(x, RelationOperator.Lt);
745
return y.
Compare
(x, RelationOperator.Ge);
747
return y.
Compare
(x, RelationOperator.Gt);
821
return x.
Compare
(y, op);