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