public int CompareTo(object obj) { if (!(obj is Ticker)) { return(1); } return(CurrencyPair.CompareTo(((Ticker)obj).CurrencyPair)); }