# File lib/dnsruby/bitmap.rb, line 104
  def ==(other)
    other.is_a?(self.class) && other.number == self.number
  end