/// <inheritdoc/> public int CompareTo(IPAddress other) => CompareTo(other.AsV4());
/// <inheritdoc/> public int CompareTo(IPAddress other) { return(CompareTo(other.AsV4())); }