Ejemplo n.º 1
0
 /// <inheritdoc/>
 public int CompareTo(IPAddress other) => CompareTo(other.AsV4());
Ejemplo n.º 2
0
 /// <inheritdoc/>
 public int CompareTo(IPAddress other)
 {
     return(CompareTo(other.AsV4()));
 }