public int Compare(NewMap x, NewMap y) { object o1 = x [_key]; object o2 = y [_key]; return(ListEx.compareTo(o1, o2)); }
public int Compare(Hashtable x, Hashtable y) { object o1 = x [_key]; object o2 = y [_key]; return(ListEx.compareTo(o1, o2)); }