Click or drag to resize

GraphNode Operators and Type Conversions

The GraphNode type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Returns true if the value represented by the instances are the same.
Public operatorStatic member(GraphNode to Vertex)
Converts this instance to a Vertex instance.
Public operatorStatic member(GraphNode to Edge)
Converts this instance to an Edge instance.
Public operatorStatic member(GraphNode to Path)
Converts this instance to a Path instance.
Public operatorStatic member(GraphNode to String)
Converts this instance to a string representation.
Public operatorStatic member(GraphNode to Int16)
Converts this instance to a short representation.
Public operatorStatic member(GraphNode to Int32)
Converts this instance to an int representation.
Public operatorStatic member(GraphNode to Int64)
Converts this instance to a long representation.
Public operatorStatic member(GraphNode to Single)
Converts this instance to a float representation.
Public operatorStatic member(GraphNode to Double)
Converts this instance to a long representation.
Public operatorStatic member(GraphNode to Boolean)
Converts this instance to a boolean representation.
Public operatorStatic memberInequality
Compares the values for inequality.
Top
See Also