예제 #1
0
 public int CompareTo(EltMb other)
 {
     if (other == null)
     {
         throw new ArgumentNullException("other");
     }
     return(Address.CompareTo(other.Address));
 }
예제 #2
0
 public int CompareTo(EltMb other)
 {
     if (other == null)
     {
         throw new ArgumentNullException("other");
     }
     return (Address.CompareTo(other.Address));
 }