class Molinillo::DependencyGraph::Vertex
def shallow_eql?(other)
-
(Boolean)- whether the two vertices are equal, determined
Parameters:
-
other(Vertex) -- the other vertex to compare to
def shallow_eql?(other) other && name == other.name && payload == other.payload end