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.
              | |
| (GraphNode to String) | 
            Converts this instance to a string representation.
              | |
| (GraphNode to Int16) | 
            Converts this instance to a short representation.
              | |
| (GraphNode to Int32) | 
            Converts this instance to an int representation.
              | |
| (GraphNode to Int64) | 
            Converts this instance to a long representation.
              | |
| (GraphNode to Single) | 
            Converts this instance to a float representation.
              | |
| (GraphNode to Double) | 
            Converts this instance to a long representation.
              | |
| (GraphNode to Boolean) | 
            Converts this instance to a boolean representation.
              | |
| Inequality | 
            Compares the values for inequality.
              |