class SignedGlobalID

def ==(other)

def ==(other)
  super && @purpose == other.purpose
end