|
|
Since a Vertex is manipulated through its pointer, built-in pointer comparison is available to conduct tests such as:
if (v1 == v2) ... ;
Note that this compares the Vertex pointers, not the Vertex contents.
Operators that in some sense ``copy'' the Vertex are not defined in this package, since it is debatable whether the semantics of such a copy should include a copy of the attached Edges.