Click or drag to resize

CompressedSparseRowGraphTVertexContainsEdge Method (SEquatableEdgeTVertex)

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public bool ContainsEdge(
	SEquatableEdge<TVertex> edge
)

Parameters

edge
Type: QuickGraphSEquatableEdgeTVertex

Return Value

Type: Boolean

Implements

IEdgeSetTVertex, TEdgeContainsEdge(TEdge)
See Also