Click or drag to resize

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.9.0
Syntax
C#
public bool Equals(
	GraphNode other
)

Parameters

other
Type: Dse.GraphGraphNode

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also