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