Exemplo n.º 1
0
 public int Compare(SearchResultOfHead2Left <TValue> x, SearchResultOfHead2Left <TValue> y)
 {
     return(y.Length - x.Length);
 }
Exemplo n.º 2
0
 public int Compare(SearchResultOfHead2Left <T> x, SearchResultOfHead2Left <T> y) => (y.Length - x.Length);