Click or drag to resize

GraphNodeEquals Method (GraphNode)

Returns true if the value represented by this instance is the same.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public bool Equals(
	GraphNode other
)

Parameters

other
Type: Cassandra.DataStax.GraphGraphNode

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also