Click or drag to resize
GraphNodeEquals Method (Object)
Returns true if the value represented by this instance is the same.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject

Return Value

Type: Boolean
See Also