class GlobalID

def ==(other)

def ==(other)
  other.is_a?(GlobalID) && @uri == other.uri
end