Click or drag to resize
IWeightedGraphTHasEdge Method
Checks if there is an edge between two vertices of this graph.

Namespace: Slash.Collections.Graphs
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
bool HasEdge(
	T firstNode,
	T secondNode
)

Parameters

firstNode
Type: T
First vertex to check.
secondNode
Type: T
Second vertex to check.

Return Value

Type: Boolean
True if there is an edge, and false otherwise.
See Also