GraphBaseTVertex, TEdgeContains Method (TEdge) |
Determines whether this graph contains the edge object specified.
Namespace:
SD.Tools.Algorithmia.Graphs
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax public bool Contains(
TEdge edge
)
Public Function Contains (
edge As TEdge
) As Boolean
Parameters
- edge
- Type: TEdge
The edge.
Return Value
Type:
Booleantrue if the edge object is present. False otherwise. Also returns false if there is an edge between the start/end vertices of the edge specified
but the edge object known to this graph is different from the edge specified.
See Also