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