2 implementations of Compare
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
30
public int
Compare
(char c, TrieSegment t)
System\ServiceModel\Dispatcher\QueryUtil.cs (1)
854
public int
Compare
(T item1, T item2)
2 references to Compare
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryUtil.cs (2)
791
result = comparer.
Compare
(key, this.buffer[mid]);
816
result = comparer.
Compare
(key, this.buffer[i]);