SymbolGraphContains Method |
Does the graph contain the vertex named s?
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Contains(
string s
)
Parameters
- s
- Type: SystemString
the name of a vertex
Return Value
Type:
Booleantrue if
s is the name of a vertex, and
false otherwise
See Also