Beispiel #1
0
 public int CompareTo(Member other)
 {
     return(Login.CompareTo(other.Login));
 }