class Gem::Resolver::Molinillo::DependencyGraph::Vertex

def ==(other)

Returns:
  • (Boolean) - whether the two vertices are equal, determined
def ==(other)
  shallow_eql?(other) &&
    successors.to_set == other.successors.to_set
end