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.4.0.0 (1.4.19.0711)
Syntaxpublic 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