67 68 69
# File 'lib/global_id/global_id.rb', line 67 def ==(other) other.is_a?(GlobalID) && @uri == other.uri end