class BinData::Base

def ==(other) #:nodoc:

:nodoc:
def ==(other) #:nodoc:
  # double dispatch
  other == snapshot
end