Click or drag to resize
SymbolGraphContains Method
Does the graph contain the vertex named s?

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Contains(
	string s
)

Parameters

s
Type: SystemString
the name of a vertex

Return Value

Type: Boolean
true if s is the name of a vertex, and false otherwise
See Also