Summary
Describes a directed edge going from one vertex to another.
Constructors
| Describes a directed edge going from one vertex to another. |
Instance methods
| bool | | Refer to the documentation for IEquatable<Edge>.Equals. |
| bool | | Refer to the documentation for object.Equals. |
| int | | Refer to the documentation for object.GetHashCode. |
| Link<Vertex> | | Converts this (directed) edge to an (undirected) link connecting the vertices. |
| string | | Refer to the documentation for object.ToString. |
Operators
| bool | | Equality comparison operator. |
| bool | | Inequality comparison operator. |
Instance properties
| Vertex | | The end vertex of the edge. |
| Edge | | Returns a new edge connecting the same vertices, but in the opposite direction. |
| Vertex | | The start vertex of the edge. |