コード例 #1
0
 /// <inheritdoc/>
 public int CompareTo(IPAddress other) => CompareTo(other.AsV4());
コード例 #2
0
 /// <inheritdoc/>
 public int CompareTo(IPAddress other)
 {
     return(CompareTo(other.AsV4()));
 }