class BinData::BasePrimitive

def eql?(other)

def eql?(other)
  # double dispatch
  other.eql?(snapshot)
end