class Dependabot::GitTagWithDetail

def ==(other)

def ==(other)
  case other
  when GitTagWithDetail
    to_h == other.to_h
  else
    false
  end
end