| GraphNode Operators and Type Conversions |
The GraphNode type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality |
Returns true if the value represented by the instances are the same.
| |
| (GraphNode to Vertex) |
Converts this instance to a Vertex instance.
| |
| (GraphNode to Edge) |
Converts this instance to an Edge instance.
| |
| (GraphNode to Path) |
Converts this instance to a Path instance.
| |
| Inequality |
Compares the values for inequality.
|