Beispiel #1
0
 int IComparable <Account> .CompareTo(Account other)
 {
     return(CharacterId.CompareTo(other.CharacterId));
 }