Click or drag to resize

GraphNodeEquality Operator

Returns true if the value represented by the instances are the same.

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

Parameters

result1
Type: Cassandra.DataStax.GraphGraphNode
result2
Type: Cassandra.DataStax.GraphGraphNode

Return Value

Type: Boolean
See Also