public int CompareTo(object obj) { return(Cin.CompareTo(((IClient <TClientKey, TAccountKey, TTransactionKey>)obj).Cin)); }
public int CompareTo(IClient <TClientKey, TAccountKey> other) { return(Cin.CompareTo(other.Cin)); }