Ejemplo n.º 1
0
 public int CompareTo(EltMb other)
 {
     if (other == null)
     {
         throw new ArgumentNullException("other");
     }
     return(Address.CompareTo(other.Address));
 }
Ejemplo n.º 2
0
 public int CompareTo(EltMb other)
 {
     if (other == null)
     {
         throw new ArgumentNullException("other");
     }
     return (Address.CompareTo(other.Address));
 }