# File lib/guid.rb, line 114
114:   def ==(other)
115:     @bytes == other.raw
116:   end