6 references to Compare
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryModel.cs (6)
800
return y.
Compare
(x, op);
802
return y.
Compare
(x, RelationOperator.Le);
804
return y.
Compare
(x, RelationOperator.Lt);
806
return y.
Compare
(x, RelationOperator.Ge);
808
return y.
Compare
(x, RelationOperator.Gt);
827
return x.
Compare
(y, op);