Method: BinData::Base#==

Defined in:
lib/bindata/base.rb

#==(other) ⇒ Object

:nodoc:



231
232
233
234
# File 'lib/bindata/base.rb', line 231

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