# File lib/ipaddr.rb, line 139
  def ==(other)
    other = coerce_other(other)
    return @family == other.family && @addr == other.to_i
  end