# File lib/ipaddress/ipv4.rb, line 313
    def network?
      @u32 | @prefix.to_u32 == @prefix.to_u32
    end