class StatelyDB::UUID

def ==(other)

Returns:
  • (Boolean) -

Parameters:
  • other (StatelyDB::UUID) --
def ==(other)
  self.class == other.class &&
    @byte_string == other.byte_string
end