int IComparable <Account> .CompareTo(Account other) { return(CharacterId.CompareTo(other.CharacterId)); }