GraphNodeEquals Method (GraphNode) |
Returns true if the value represented by this instance is the same.
Namespace:
Dse.Graph
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax public bool Equals(
GraphNode other
)
Parameters
- other
- Type: Dse.GraphGraphNode
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)See Also