Click or drag to resize
GraphNodeEquality Operator
Returns true if the value represented by the instances are the same.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public static bool operator ==(
	GraphNode result1,
	GraphNode result2
)

Parameters

result1
Type: Dse.GraphGraphNode
result2
Type: Dse.GraphGraphNode

Return Value

Type: Boolean
See Also